WIP: Implementation of stuff goes on

This commit is contained in:
Björn Fromme
2023-10-05 12:53:17 +02:00
parent 96d6170907
commit 1097b84447
23 changed files with 443 additions and 118 deletions
+1 -3
View File
@@ -6,7 +6,5 @@
<h1 class="text-2xl font-bold pb-8">
Einsatz anlegen
</h1>
{{ form_start(form) }}
{{ form_rest(form) }}
{{ form_end(form) }}
{% include 'admin/assignment/_form.html.twig' %}
{% endblock %}