diff --git a/admin_frontend/templates/user_details.html b/admin_frontend/templates/user_details.html index 12644010..45e45fda 100644 --- a/admin_frontend/templates/user_details.html +++ b/admin_frontend/templates/user_details.html @@ -2,7 +2,21 @@
Phone: {{ user.phone|escape }}
Email Confirmed At: {{ user.email_confirmed_at|default("-") }}
Phone Confirmed At: {{ user.phone_confirmed_at|default("-")|escape }}
@@ -11,5 +25,46 @@Updated At: {{ user.updated_at|escape }}
Back to User List + + diff --git a/admin_frontend/templates/users.html b/admin_frontend/templates/users.html index 6d678ae9..a54a0261 100644 --- a/admin_frontend/templates/users.html +++ b/admin_frontend/templates/users.html @@ -10,7 +10,6 @@| Id | Created At | Action |
|---|