aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/editor_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat/templates/editor_view.html')
-rw-r--r--fatcat/templates/editor_view.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/fatcat/templates/editor_view.html b/fatcat/templates/editor_view.html
new file mode 100644
index 00000000..e0625c42
--- /dev/null
+++ b/fatcat/templates/editor_view.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>Editor: {{ editor.username }}</h1>
+
+<p>Is Admin? {{ editor.is_admin }}
+<p><a href="/editor/{{ editor.username }}/changelog">Changelog</a>
+
+{% endblock %}