mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix pro overlapped check in flashs.html
This commit is contained in:
parent
7ca4de5579
commit
f28a9bd218
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/flashs.html
vendored
2
src/ui/templates/flashs.html
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue