Skip to content

Commit

Permalink
Attempt at fixing staff labels widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila committed Jul 13, 2023
1 parent 996d5a2 commit 40787d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/accounts/templates/admin/guardian/change_form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_urls %}
{% extends "admin/accounts/hostingprovider/change_form.html" %}

{% block object-tools-items %}
{% load admin_urls %}
{% url opts|admin_urlname:'permissions' original.pk|admin_urlquote as history_url %}
{% if user.is_admin %}
<li><a href="{% add_preserved_filters history_url %}" class="permissionslink">Permissions</a></li>
Expand Down

0 comments on commit 40787d0

Please sign in to comment.