feat: add link to admin site
This commit is contained in:
@@ -94,6 +94,12 @@
|
|||||||
{% translate 'Moderationstools' %}
|
{% translate 'Moderationstools' %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<br/>
|
||||||
|
{% if request.user.is_superuser %}
|
||||||
|
<a class="nav-link " href="{% url "admin:index" %}">
|
||||||
|
<i class="fa-solid fa-screwdriver-wrench fa-fw"></i>{% translate 'Admin-Bereich' %}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
Reference in New Issue
Block a user