date validity verification

fixed template formatting
This commit is contained in:
Kenneth SOARES
2025-06-16 20:23:24 +02:00
parent efa9f35b45
commit 494e90f614
2 changed files with 19 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
<td>{{ data.club.name }}</td>
<td>{{"%.2f"|format(data.sum)}} €</td>
<td>
{{ form[form.get_club_name(data.club.id)] }}
{{ form[form.get_club_name(data.club.id)] }}
</td>
</tr>
{% endfor %}