aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/user_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/user_edit.html')
-rw-r--r--templates/web/base/admin/user_edit.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/base/admin/user_edit.html b/templates/web/base/admin/user_edit.html
new file mode 100644
index 000000000..d69c873a3
--- /dev/null
+++ b/templates/web/base/admin/user_edit.html
@@ -0,0 +1,8 @@
+[% INCLUDE 'admin/header.html' title=tprintf(loc('Editing user %d'), user.id ) -%]
+[% PROCESS 'admin/report_blocks.html' %]
+
+[% status_message %]
+
+[% INCLUDE 'admin/user-form.html' %]
+
+[% INCLUDE 'admin/footer.html' %]