fix: show only relevant matches for a given year
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user