summaryrefslogtreecommitdiffstats
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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/fatcat/templates/editor_view.html b/python/fatcat/templates/editor_view.html
index f58b85b5..c9b61f5d 100644
--- a/python/fatcat/templates/editor_view.html
+++ b/python/fatcat/templates/editor_view.html
@@ -7,7 +7,6 @@
</div>
</h1>
-<p>Is Admin? {{ editor.is_admin }}
-<p><a href="/editor/{{ editor.username }}/changelog">Changelog</a>
+<p><b><a href="/editor/{{ editor.id }}/changelog">View editor's changelog</a></b>
{% endblock %}