feat: edit selected accommodation of bookings in draft
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{% extends 'htmx_modal_admin.html.twig' %}
|
||||
{% form_theme form 'forms_admin.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="text-xl font-bold pb-4">
|
||||
Gruppenhaus ändern
|
||||
</div>
|
||||
<p class="text-sm text-gray-500 pb-4">
|
||||
Achtung: Die gewählte Verpflegung und alle Zusatzleistungen müssen anschließend neu ausgewählt werden.
|
||||
</p>
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form.accommodation) }}
|
||||
<div class="flex justify-end pt-8">
|
||||
<button type="submit" class="button button--primary button--small">
|
||||
speichern
|
||||
</button>
|
||||
</div>
|
||||
{{ form_rest(form) }}
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user