Skip to content

Commit e8e2160

Browse files
committed
Merge branch 'staging'
2 parents c20f51b + ca68b3d commit e8e2160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ishar/templates/base/layout.html.djt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</ul>
5656
{% if user and user.is_authenticated %}
5757
<ul>
58-
{% if user.is_eternal %}
58+
{% if user.is_staff %}
5959
<li title="Admin">
6060
<a href="{% url "admin:index" %}" target="_blank">Admin</a>
6161
</li>

0 commit comments

Comments
 (0)