templates: fix breadcrumb (fixes #8645)

This commit is contained in:
Benjamin Dauvergne 2015-10-14 20:45:12 +02:00
parent b6e943361d
commit c8a5590205
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<h2>{% trans 'Regies' %}</h2>
{% endblock %}
{% block more-user-links %}
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'lingo-manager-homepage' %}">{% trans 'Online Payment' %}</a>
{% endblock %}