Table works

This commit is contained in:
2024-10-09 15:13:40 +02:00
parent a4d0803d20
commit 4199b1c347
7 changed files with 183 additions and 47 deletions

View File

@ -18,7 +18,6 @@
<script src="/static/jquery.min.js"></script>
<script src="/static/bootstrap.bundle.min.js"></script>
<script src="/static/main.js"></script>
<title>{{title}} &ndash; MGMT</title>
@ -44,5 +43,6 @@
{% block maincontent %}
{% endblock %}
</div>
<script src="/static/main.js"></script>
</body>
</html>