aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-03 12:10:54 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-03 12:10:54 -0700
commit668076105a975c2898c912c6259aa0189a7662a7 (patch)
tree1cc55bf5e0927704f4698cb1769e06a82a1b841e /python/fatcat_web/templates/editor_view.html
parent681135eff787493d786c1e50f52e3125c06e0d97 (diff)
downloadfatcat-668076105a975c2898c912c6259aa0189a7662a7.tar.gz
fatcat-668076105a975c2898c912c6259aa0189a7662a7.zip
reviewable view; improvments to editgroup views
Diffstat (limited to 'python/fatcat_web/templates/editor_view.html')
-rw-r--r--python/fatcat_web/templates/editor_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editor_view.html b/python/fatcat_web/templates/editor_view.html
index eef4f040..4d94ceaf 100644
--- a/python/fatcat_web/templates/editor_view.html
+++ b/python/fatcat_web/templates/editor_view.html
@@ -7,6 +7,6 @@
</div>
</h1>
-<p><b><a href="/editor/{{ editor.editor_id }}/changelog">View editor's changelog</a></b>
+<p><b><a href="/editor/{{ editor.editor_id }}/editgroups">View editor's editgroups</a></b>
{% endblock %}