aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/editor_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/templates/editor_view.html')
-rw-r--r--python/fatcat/templates/editor_view.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/fatcat/templates/editor_view.html b/python/fatcat/templates/editor_view.html
index e0625c42..f58b85b5 100644
--- a/python/fatcat/templates/editor_view.html
+++ b/python/fatcat/templates/editor_view.html
@@ -1,7 +1,11 @@
{% extends "base.html" %}
{% block body %}
-<h1>Editor: {{ editor.username }}</h1>
+<h1 class="ui header">{{ editor.username }}
+<div class="sub header">
+ <code>editor {{ editor.id }}</code>
+</div>
+</h1>
<p>Is Admin? {{ editor.is_admin }}
<p><a href="/editor/{{ editor.username }}/changelog">Changelog</a>