mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-17 16:15:51 +00:00
Fix unclosed tag
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
onclick="setCheckBoxes(true)">
|
onclick="setCheckBoxes(true)">
|
||||||
<i class="mdi mdi-checkbox-multiple-marked"></i>
|
<i class="mdi mdi-checkbox-multiple-marked"></i>
|
||||||
</button>
|
</button>
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@@ -33,8 +33,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock content %}
|
||||||
{% block jscript %}
|
{% block jscript %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script src="{{ url_for('static', filename="js/report.js") }}"></script>
|
<script src="{{ url_for('static', filename="js/report.js") }}"></script>
|
||||||
{% endblock %}
|
{% endblock jscript %}
|
||||||
|
Reference in New Issue
Block a user