Files
beflask/app/results/templates/report.html

10 lines
320 B
HTML

{% extends "report_tables.html" %}
{% block content %}
{% include "_table_report.html" %}
{% endblock %}
{% block jscript %}
{{ super() }}
<script src="{{ url_for('static', filename="js/report.js") }}"></script>
<script src="{{ url_for('static', filename="js/excelFiles.js") }}"></script>
{% endblock %}