diff --git a/templates/manager/adduser.html b/templates/manager/adduser.html index a93cf86..aa082a7 100644 --- a/templates/manager/adduser.html +++ b/templates/manager/adduser.html @@ -26,7 +26,7 @@ {% allOrgas as orgas %} {% for choice in orgas %} - {{ choice }} + {{ choice }} {% if choice.userlimit %}({{ choice.users.all|length }} / {{ choice.userlimit }}){% endif %} {% endfor %}