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 %}