aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/editor_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:21 -0700
commit285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c (patch)
tree359e16161aec8262eb76c6aba148d29f131701a5 /python/fatcat/templates/editor_view.html
parent0c466a3fb52c69f352453ed0517d417fa7ff7ee1 (diff)
downloadfatcat-285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c.tar.gz
fatcat-285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c.zip
python updates for identifier changes
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 %}