wip: functionality for new role 'management'

This commit is contained in:
Björn Fromme
2024-02-14 10:42:01 +01:00
parent f80e600310
commit e95310c3a1
50 changed files with 350 additions and 129 deletions
@@ -0,0 +1,15 @@
{{ form_start(form) }}
<div class="flex flex-col space-y-4 pb-8">
{{ form_row(form.question) }}
{{ form_row(form.answer) }}
</div>
<div class="flex items-center space-x-2">
<button type="submit" class="btn">
Speichern
</button>
<a href="{{ path('app_administrative_system_faq_index') }}" class="btn btn--secondary">
Abbrechen
</a>
</div>
{{ form_rest(form) }}
{{ form_end(form) }}