bug fixes
All checks were successful
Build and Push Madplaner / build (push) Successful in 26s
All checks were successful
Build and Push Madplaner / build (push) Successful in 26s
This commit is contained in:
@@ -6,15 +6,6 @@
|
||||
<p class="text-gray-500 mt-2">Få madplaner tilpasset dine ønsker i dag.</p>
|
||||
</div>
|
||||
|
||||
{% with messages = get_flashed_messages() %}
|
||||
{% if messages %}
|
||||
{% for message in messages %}
|
||||
<div class="bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded mb-4">
|
||||
{{ message }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<form method="POST" id="registerForm">
|
||||
<div class="mb-4">
|
||||
|
||||
Reference in New Issue
Block a user