UI - admin authentication and bootstrap update

This commit is contained in:
bunkerity
2021-07-09 14:17:50 +02:00
parent 6be082e0a9
commit 0d3f7d3925
9 changed files with 68 additions and 22 deletions

View File

@@ -9,13 +9,9 @@
{% include "menu.html" %}
<main class="flex-shrink-0">
<div class="container">
{% block content %}{% endblock %}
</div>
</main>
<div class="container d-flex justify-content-center align-items-center" style="height: 100%;">
{% block content %}{% endblock %}
</div>
{% include "footer.html" %}