WIP: Implement even more stuff

This commit is contained in:
Björn Fromme
2023-10-04 17:54:35 +02:00
parent cc1ab396af
commit 96d6170907
31 changed files with 874 additions and 68 deletions
@@ -0,0 +1,12 @@
{% extends 'admin/layout.html.twig' %}
{% block title %}Einsatz anlegen{% endblock %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Einsatz anlegen
</h1>
{{ form_start(form) }}
{{ form_rest(form) }}
{{ form_end(form) }}
{% endblock %}