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