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

320 B

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