feat: streamlined alerts
This commit is contained in:
@@ -54,9 +54,7 @@
|
||||
Mein Profil
|
||||
</h1>
|
||||
{% if verification_mode %}
|
||||
<div class="border border-blue-500 rounded-md p-4 text-blue-700 bg-blue-50 mb-8">
|
||||
Bitte überprüfe deine Daten und bestätige sie am Ende des Formulars.
|
||||
</div>
|
||||
{% include '_partials/_alert.html.twig' with { 'message': 'Bitte überprüfe deine Daten und bestätige sie am Ende des Formulars.' } %}
|
||||
{% endif %}
|
||||
{% if not form.vars.valid %}
|
||||
<div class="border border-red-500 rounded-md p-4 text-red-500 mb-8">
|
||||
|
||||
Reference in New Issue
Block a user