feat: financial data check for teamers, improved enforced checks logic

addresses #869at5rtp
This commit is contained in:
Björn Fromme
2026-08-10 18:06:25 +02:00
parent fd5d478a5c
commit 388ecf9603
22 changed files with 1196 additions and 195 deletions
+1 -10
View File
@@ -53,9 +53,6 @@
<h1 class="text-2xl font-bold pb-8">
Mein Profil
</h1>
{% if verification_mode %}
{% 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">
{% include '_partials/_form_errors.html.twig' with { 'form': form } %}
@@ -192,14 +189,8 @@
} %}
</div>
{% if verification_mode %}
<div class="pb-4">
{{ form_row(form.confirmDataVerification) }}
</div>
{% endif %}
<button type="submit" class="btn" {{ stimulus_target('form-upload-guard', 'submit') }}>
{{ verification_mode ? 'Daten bestätigen' : 'Aktualisieren' }}
Aktualisieren
</button>
</div>