Improve/add error messages to look better visually

- Have not tested everywhere, but should work okayish
This commit is contained in:
Xevion
2022-03-28 18:54:17 -05:00
parent 2973f3ca81
commit 040e505561
8 changed files with 105 additions and 71 deletions

View File

@@ -15,9 +15,9 @@
</form>
{% with messages = get_flashed_messages() %}
{% if messages %}
<div class="notification is-danger">
<span class="error-message">
{{ messages[0] }}
</div>
</span>
{% endif %}
{% endwith %}
{% endblock %}