lingo: fix breadcrumb (fixes #8645)

This commit is contained in:
Benjamin Dauvergne 2015-10-14 20:45:12 +02:00 committed by Frédéric Péters
parent b644de0cad
commit 017dfb0789
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 %}