This commit is contained in:
2023-02-09 17:08:07 +01:00
parent 9a72413934
commit 432962f5a9
11 changed files with 156 additions and 20 deletions

View File

@ -37,6 +37,12 @@
<!-- Primary Page Layout
-->
<div class="container">
{% if user %}
{% if user.is_admin %}
<a href="/user">USER</a>
{% endif %}
<a href="/logout">LOGOUT</a>
{% endif %}
<div class="row">
<div class="column">
{% block content %}