fix: show only relevant matches for a given year

This commit is contained in:
2025-06-13 00:31:19 +02:00
parent 00bbe05b1c
commit 56e68ed751
4 changed files with 27 additions and 10 deletions

View File

@@ -36,7 +36,6 @@
<th></th>
</tr>
{% for match in matches %}
{% if match.data[:4] == selected_date %}
<tr>
<td>{{ match.data }}</td>
@@ -49,7 +48,6 @@
<td>{{ match.minutes }}</td>
-->
</tr>
{% endif %}
{% endfor %}
</table>
</section>