From e177ce4946df5b80d7ba72946166b0d88ee8f4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 8 Dec 2015 12:47:34 +0100 Subject: [PATCH] lingo: mention service name within the link --- combo/apps/lingo/templates/lingo/regie_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/lingo/templates/lingo/regie_list.html b/combo/apps/lingo/templates/lingo/regie_list.html index c7446273..9a3e7205 100644 --- a/combo/apps/lingo/templates/lingo/regie_list.html +++ b/combo/apps/lingo/templates/lingo/regie_list.html @@ -12,7 +12,7 @@
{% for regie in object_list %}
- {{ regie.label }} ({{regie.service}}) + {{ regie.label }} ({{regie.service}})
{% endfor %}