[0-9]+)/$', api.UserGroupDetailDeleteUpdateApi.as_view(), name='usergroup-detail-api'),
-]
diff --git a/apps/users/templates/users/user_detail.html b/apps/users/templates/users/user_detail.html
index f8ea18708..eccbbf06c 100644
--- a/apps/users/templates/users/user_detail.html
+++ b/apps/users/templates/users/user_detail.html
@@ -134,8 +134,11 @@
-
+ {% if user.is_active %}
+
+ {% else %}
+
+ {% endif %}
|