Disable current index page
This commit is contained in:
@ -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 %}
|
||||||
Reference in New Issue
Block a user