diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 |
commit | 4cf667c283d54f769e73d76bb23bbb68b4329cf8 (patch) | |
tree | 4bbeb1cdeb053c09e86e2cc41962382bcb837729 /python/fatcat/templates/editor_view.html | |
parent | b2d5968e0a7ac5576782f54980c930345f4c5298 (diff) | |
download | fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.tar.gz fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.zip |
move python code to subdirectory
Diffstat (limited to 'python/fatcat/templates/editor_view.html')
-rw-r--r-- | python/fatcat/templates/editor_view.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/fatcat/templates/editor_view.html b/python/fatcat/templates/editor_view.html new file mode 100644 index 00000000..e0625c42 --- /dev/null +++ b/python/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 %} |