Fix unclosed tag

This commit is contained in:
2023-06-08 01:30:08 +02:00
parent 8e0d596a31
commit c3c6759095
2 changed files with 35 additions and 34 deletions

View File

@@ -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>

View File

@@ -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 %}