diff options
Diffstat (limited to 'python/fatcat_web/templates/editor_view.html')
-rw-r--r-- | python/fatcat_web/templates/editor_view.html | 12 |
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 %} |