This commit is contained in:
lubiana 2025-06-28 19:25:16 +02:00
parent 4358a8baf4
commit 86dc3b010b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 8 additions and 4 deletions

View file

@ -25,6 +25,7 @@
<thead>
<tr>
<th>🍻🥃 DRINK TYPE!!! 🍷🍸</th>
<th>📚🔍 HISTORY!!! 📊📈</th>
<th>🎯💰 WANTED STOCK!!! ⭐✨</th>
</tr>
</thead>
@ -36,7 +37,10 @@
{{ form_widget(drinkTypeForm.name) }}
</td>
<td>
{{ form_widget(drinkTypeForm.wantedStock) }}
lol
</td>
<td>
{{ form_widget(drinkTypeForm.wantedStock) }}
{{ form_errors(drinkTypeForm.wantedStock) }}
</td>
</tr>