From ef917fbd8856d15ffe57d5d16644a306a2d05e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6tz?= Date: Thu, 11 Apr 2019 02:40:58 +0200 Subject: [PATCH] Add group badges --- templates/user/user_detail.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/user_detail.jinja2 b/templates/user/user_detail.jinja2 index 3040137..2152f6c 100644 --- a/templates/user/user_detail.jinja2 +++ b/templates/user/user_detail.jinja2 @@ -15,7 +15,7 @@
  • Gruppen: {% for group in groups %} - {{ group.name }} + {{ group.name }} {% endfor %}
  • {% endif %}