diff --git a/users/templates/users/user.html b/users/templates/users/user.html index c74f0c36..4f4989ff 100644 --- a/users/templates/users/user.html +++ b/users/templates/users/user.html @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load widget_tweaks %} {% load massive_bootstrap_form %} {% load static %} +{% load acl %} {% load i18n %} {% block title %}{% trans "Users" %}{% endblock %} @@ -89,27 +90,40 @@ function submitBday() {
-