Skip to content

Commit

Permalink
Update change_form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeVL authored Oct 4, 2023
1 parent 5e7302d commit 1daf5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grappelli/templates/admin/change_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<ul>
<li><a href="{% url 'admin:index' %}">{% trans "Home" %}</a></li>
<li><a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a></li>
<li>{% if has_change_permission or has_view_permission %}
<li>{% if has_view_permission %}
{% url opts|admin_urlname:'changelist' as changelist_url %}
<a href="{% add_preserved_filters changelist_url %}">{{ opts.verbose_name_plural|capfirst }}</a>{% else %}{{ opts.verbose_name_plural|capfirst }}
{% endif %}</li>
Expand Down

0 comments on commit 1daf5e7

Please sign in to comment.