From 4cf667c283d54f769e73d76bb23bbb68b4329cf8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 18:34:19 -0700 Subject: move python code to subdirectory --- python/fatcat/templates/editor_view.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/fatcat/templates/editor_view.html (limited to 'python/fatcat/templates/editor_view.html') 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 %} + +

Editor: {{ editor.username }}

+ +

Is Admin? {{ editor.is_admin }} +

Changelog + +{% endblock %} -- cgit v1.2.3