hotfix: admin
This commit is contained in:
parent
727bd10aeb
commit
634c4ad4ff
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% block content %}
|
||||
<h1>{{ activity.title}}
|
||||
{% if perms.event.activity_can_change and user.is_staff %}
|
||||
{% if user.is_staff %}
|
||||
<a class='glyphicon glyphicon-cog pull-right' href='{% url "admin:event_activity_change" activity.id %}'></a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue