mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Изменен стиль уведомлений
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
{% with messages = get_flashed_messages(with_categories=true) %}
|
||||
{% if messages %}
|
||||
{% for category, text in messages%}
|
||||
<div class="notification is-light {{ category }}">
|
||||
<div class="notification is-light {{ category }} has-text-centered">
|
||||
<button class="delete"></button>
|
||||
{{ text }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user