Fix pro overlapped check in flashs.html

This commit is contained in:
Théophile Diot 2024-03-25 10:50:23 +00:00
parent 7ca4de5579
commit f28a9bd218
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -1,6 +1,6 @@
<!-- float button-->
{% with messages = get_flashed_messages(with_categories=true) %}
{% if pro_status == "active" and pro_overlapped %}
{% if pro_overlapped %}
{% set messages = messages.append(('error', 'You have more services than allowed by your pro license. Upgrade your license or move some services to draft mode to unlock your pro license.')) %}
{% endif %}
<div data-flash-group