feat: simplify pricing and room selection display

This commit is contained in:
Björn Fromme
2026-04-11 18:28:32 +02:00
parent 1b0e479e49
commit ca052682bb
4 changed files with 5 additions and 79 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
{{ form.vars.label_room }} {% if form.vars.is_inquiry %}(nur auf Anfrage){% endif %}
</div>
<div class="text-gray-500">
{{ form.vars.label_price }}
{% if form.vars.label_price_amount is defined and form.vars.label_price_amount is not null %}
{{ form.vars.label_price_amount|format_currency('EUR') }} pro Person
{% endif %}
</div>
</div>
<div>