mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Change the category if the user needs to log in in the UI
This commit is contained in:
parent
e003b751dd
commit
d810882720
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
></path>
|
||||
</svg>
|
||||
</button>
|
||||
{% if category == 'error' %}
|
||||
{% if category == 'error' or (message|safe).startswith("Please log in") %}
|
||||
<h5 class="text-lg mb-0 text-red-500">Error</h5>
|
||||
<p class="text-gray-700 dark:text-gray-300 mb-0 text-sm">
|
||||
{{ message|safe }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue