This commit is contained in:
Yamozha 2021-03-13 01:09:12 +02:00
parent b9d91ad7dc
commit ef87f0ec24
4 changed files with 36 additions and 28 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -40,7 +40,7 @@
</style> </style>
{% endblock %} {% endblock %}
{% if request.user.is_superuser %}
{% block content %} {% block content %}
<div class="centered"> <div class="centered">
@ -74,5 +74,13 @@
</div> </div>
{% endblock %} {% endblock %}
{% else %}
<h1>Unauthorized</h1>
</div>
{% endif %}
{% endblock %}