Improvements

This commit is contained in:
2026-06-22 21:07:53 +02:00
parent 6848fbd95f
commit bc60461dac
5 changed files with 116 additions and 2 deletions
@@ -54,7 +54,7 @@ function eatingHabit() {
<table class="form-table" style="margin-bottom: 20px;">
<tr>
<td>Dein Name:</td>
<td>{{props.formData.vorname}} {{props.formData.vorname}}</td>
<td>{{props.formData.vorname}} {{props.formData.nachname}}</td>
</tr>
<tr>