Add report best results

This commit is contained in:
2023-06-06 00:59:10 +02:00
parent 0c1c226afe
commit eb8b0d3554
5 changed files with 55 additions and 7 deletions

View File

@@ -4,5 +4,5 @@
{% endblock %}
{% block jscript %}
{{ super() }}
{#<script src="{{ url_for('static', filename="js/report.js") }}"></script>#}
<script src="{{ url_for('static', filename="js/report.js") }}"></script>
{% endblock %}