Commit 8fc35bc9 authored by Michal Čihař's avatar Michal Čihař

Consistent capitalization for breadcrums

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6dd40216
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% block breadcrumbs %} {% block breadcrumbs %}
<li><a href="{% url 'widgets_root' %}">{% trans "widgets" %}</a></li> <li><a href="{% url 'widgets_root' %}">{% trans "Widgets" %}</a></li>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% block breadcrumbs %} {% block breadcrumbs %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li> <li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
<li><a href="{% url 'widgets' project=object.slug %}">{% trans "widgets" %}</a></li> <li><a href="{% url 'widgets' project=object.slug %}">{% trans "Widgets" %}</a></li>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment