mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 23:55:52 +00:00
solve report and compare
This commit is contained in:
8
app/results/templates/report.html
Normal file
8
app/results/templates/report.html
Normal 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 %}
|
Reference in New Issue
Block a user