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

@@ -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 %}