Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/internal/templates/internal/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<a class="item" href="{% host_url 'index_page' host 'main' %}">
<div class="text">{% translate "Public pages" %}</div>
</a>
<a class="item" href="{% host_url 'admin_panel' host 'main' %}">
<div class="text">{% translate "Administration" %}</div>
</a>
Comment thread
TheStrgamer marked this conversation as resolved.
Outdated
{% if user.is_staff %}
<a class="item" href="{% host_url 'admin:index' host 'admin' %}">
<div class="text">{% translate "Django admin" %}</div>
Expand Down