Fix unclosed tag

This commit is contained in:
2023-06-08 01:30:08 +02:00
parent 8e0d596a31
commit c3c6759095
2 changed files with 35 additions and 34 deletions

View File

@@ -34,6 +34,7 @@
onclick="setCheckBoxes(true)">
<i class="mdi mdi-checkbox-multiple-marked"></i>
</button>
</th>
</tr>
</thead>
<tbody>
@@ -66,4 +67,4 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>

View File

@@ -33,8 +33,8 @@
</tbody>
</table>
</div>
{% endblock %}
{% endblock content %}
{% block jscript %}
{{ super() }}
<script src="{{ url_for('static', filename="js/report.js") }}"></script>
{% endblock %}
{% endblock jscript %}