From 978036ef5255dc7716b9d7c224dfc293d189b8e8 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Thu, 28 Nov 2024 00:13:05 -0300 Subject: [PATCH] added bootstrap to users list --- admin/templates/admin_users.html | 36 +++++++++++++++++--------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/admin/templates/admin_users.html b/admin/templates/admin_users.html index 8d71a07..6b8ed2a 100644 --- a/admin/templates/admin_users.html +++ b/admin/templates/admin_users.html @@ -2,35 +2,37 @@ {% load i18n %} {% block content %} -
+

{{ subtitle }}

-
- - - - - - - - +
Email{% trans "admin?" %}
+ + + + + + - {% for u in users %} + - - - - - {% endfor %} + + + + {% endfor %}
{% trans "Email" %}{% trans "Admin?" %}{% trans "Actions" %}
{{ u.email }}{{ u.is_admin }}
{% if u.is_admin %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} + + + +