wip: booking process, refactoring
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user