diff --git a/src/accounts/templates/accounts/user_detail.html b/src/accounts/templates/accounts/user_detail.html index c7b365d..d717a38 100644 --- a/src/accounts/templates/accounts/user_detail.html +++ b/src/accounts/templates/accounts/user_detail.html @@ -65,7 +65,7 @@ {% if user_.mailinglists %} {% trans 'Groups: ' %} {% for list in user_.mailinglists %} - {{ list }} + {{ list }} {% endfor %} {% endif %} -- libgit2 0.21.2