wip: booking process, refactoring

This commit is contained in:
Björn Fromme
2025-07-16 19:37:17 +02:00
parent 47faa6b08e
commit eecea0abd1
43 changed files with 2269 additions and 366 deletions
+4 -2
View File
@@ -8,7 +8,9 @@
<h2>Zimmerauswahl</h2>
{{ form_start(form) }}
{{ form_row(form.roomSelections) }}
<button type="submit" class="button bg-button bg-button--secondary">Weiter</button>
<div class="flex justify-end">
<button type="submit" class="button bg-button bg-button--secondary">Weiter</button>
</div>
{{ form_rest(form) }}
{{ form_end(form) }}
</div>
@@ -22,4 +24,4 @@
{% endif %}
</div>
</div>
{% endblock %}
{% endblock %}