feat: show tooltips for parking space option and omit price when 0,00

addresses #869ebkmhw
This commit is contained in:
Björn Fromme
2026-08-01 16:19:14 +02:00
parent 10d5356381
commit c929d4da3b
2 changed files with 12 additions and 7 deletions
@@ -610,9 +610,10 @@
form.parking,
'Parkplatz',
parkingService.price|default(null),
null,
null,
htmxAttr
form.parking.vars.attr['data-description']|default(null),
'Info',
htmxAttr,
false
) }}
{% endif %}
</table>