solve report and compare

This commit is contained in:
2023-06-06 00:41:14 +02:00
parent 97677b185f
commit 0c1c226afe
8 changed files with 415 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
{% include "_table_report.html" %}
{% endblock %}
{% block jscript %}
{{ super() }}
{#<script src="{{ url_for('static', filename="js/report.js") }}"></script>#}
{% endblock %}