feat: body dimensions optional

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent a6d2661562
commit cc747f0690
5 changed files with 10 additions and 65 deletions
@@ -334,6 +334,7 @@
{{ form_row(form.bodyDimensions.height) }}
{{ form_row(form.bodyDimensions.shoeSize) }}
{{ form_row(form.bodyDimensions.weight) }}
{{ form_help(form.bodyDimensions) }}
</div>
{% endif %}