From 12567f6891ad591390cbd74c0e7b77a4a024a24e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 16 Dec 2022 19:42:48 -0700 Subject: Identity admin/moderation --- templates/admin/identities.html | 49 ++++++++++++++- templates/admin/identity_edit.html | 123 +++++++++++++++++++++++++++++++++++++ templates/admin/stator.html | 16 ++++- templates/admin/user_edit.html | 2 +- templates/identity/view.html | 6 +- 5 files changed, 187 insertions(+), 9 deletions(-) create mode 100644 templates/admin/identity_edit.html (limited to 'templates') diff --git a/templates/admin/identities.html b/templates/admin/identities.html index 556e915..9e30e39 100644 --- a/templates/admin/identities.html +++ b/templates/admin/identities.html @@ -3,7 +3,50 @@ {% block subtitle %}Identities{% endblock %} {% block content %} -
- Please use the Django Admin for now. -
+ + + {% endblock %} diff --git a/templates/admin/identity_edit.html b/templates/admin/identity_edit.html new file mode 100644 index 0000000..c093b7a --- /dev/null +++ b/templates/admin/identity_edit.html @@ -0,0 +1,123 @@ +{% extends "settings/base.html" %} + +{% block subtitle %}{{ identity.name_or_handle }}{% endblock %} + +{% block content %} +{{ entry.name }} | -{{ entry.value }} | +{{ entry.name }} + | {{ entry.value }} |
---|