aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:18:56 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:18:56 -0800
commitb03bfc8f3fd84141738f775b273a99850d78e1ff (patch)
tree64858e474fa38aa015f06f5e15b851dcc85da421 /python/fatcat_web/templates/editor_view.html
parent055c464deea8cdaccf3ed384995d4409b0f51409 (diff)
downloadfatcat-b03bfc8f3fd84141738f775b273a99850d78e1ff.tar.gz
fatcat-b03bfc8f3fd84141738f775b273a99850d78e1ff.zip
refactor python modules
Diffstat (limited to 'python/fatcat_web/templates/editor_view.html')
-rw-r--r--python/fatcat_web/templates/editor_view.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/editor_view.html b/python/fatcat_web/templates/editor_view.html
new file mode 100644
index 00000000..c9b61f5d
--- /dev/null
+++ b/python/fatcat_web/templates/editor_view.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1 class="ui header">{{ editor.username }}
+<div class="sub header">
+ <code>editor {{ editor.id }}</code>
+</div>
+</h1>
+
+<p><b><a href="/editor/{{ editor.id }}/changelog">View editor's changelog</a></b>
+
+{% endblock %}