mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized login procedure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% for message in app.flashes('notice') %}
|
||||
<div class="flash-notice">
|
||||
{{ message }}
|
||||
</div>
|
||||
{% endfor %}
|
Reference in New Issue
Block a user