From c8a559020593a8f3e92a299e28e8919388657fea Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 14 Oct 2015 20:45:12 +0200 Subject: [PATCH] templates: fix breadcrumb (fixes #8645) --- lingo/templates/lingo/manager_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lingo/templates/lingo/manager_base.html b/lingo/templates/lingo/manager_base.html index 8a718d5..0792d47 100644 --- a/lingo/templates/lingo/manager_base.html +++ b/lingo/templates/lingo/manager_base.html @@ -5,7 +5,7 @@

{% trans 'Regies' %}

{% endblock %} -{% block more-user-links %} +{% block breadcrumb %} {{ block.super }} {% trans 'Online Payment' %} {% endblock %}