Add option to logout

This commit is contained in:
Edward Betts 2024-01-21 15:24:33 +00:00
parent 49b228c1a5
commit 32e06e9d98
5 changed files with 25 additions and 1 deletions

View file

@ -16,7 +16,10 @@
<body>
{% block nav %}{{ navbar() }}{% endblock %}
<div class="container mt-3">
{% include "flash_msg.html" %}
{% block content %}{% endblock %}
</div>
{% block scripts %}{% endblock %}
<script src="https://unpkg.com/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>