Skip to content

Commit

Permalink
Fixed typo in the breadcrumb app label.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-santamaria committed Apr 13, 2015
1 parent 930afef commit 446a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suit/templates/admin/change_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<li><a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
<span class="divider">&raquo;</span></li>
<li>
<a href="{% url 'admin:app_list' app_label=cl.opts.app_label %}">{% firstof opts.app_config.verbose_name app_label|capfirst|escape %}</a>
<a href="{% url 'admin:app_list' app_label=cl.opts.app_label %}">{% firstof cl.opts.app_config.verbose_name app_label|capfirst|escape %}</a>
<span class="divider">&raquo;</span></li>
<li class="active">{{ cl.opts.verbose_name_plural|capfirst }}</li>
</ul>
Expand Down

0 comments on commit 446a0d4

Please sign in to comment.