Skip to content

Commit

Permalink
Merge pull request #1032 from MikeVL/patch-1
Browse files Browse the repository at this point in the history
Fix breadcrumbs block
  • Loading branch information
sehmaschine authored Oct 9, 2023
2 parents 0a63e76 + 1daf5e7 commit 70a98d7
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 %}
<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 70a98d7

Please sign in to comment.