Disable current index page

This commit is contained in:
2023-11-04 00:27:45 +01:00
parent 9e074ba310
commit b97e28bcc4

View File

@ -2,7 +2,7 @@
{% block title %}Formula 10{% endblock title %}
{% block body %}
<table class="table table-bordered">
{# <table class="table table-bordered">
<thead>
<tr>
<th scope="col" colspan="2" rowspan="3" class="text-center">Race</th>
@ -49,4 +49,5 @@
</tr>
{% endfor %}
</tbody>
</table>
</table> #}
{% endblock body %}