diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 12:10:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 12:10:54 -0700 |
commit | 668076105a975c2898c912c6259aa0189a7662a7 (patch) | |
tree | 1cc55bf5e0927704f4698cb1769e06a82a1b841e /python/fatcat_web/templates/editor_view.html | |
parent | 681135eff787493d786c1e50f52e3125c06e0d97 (diff) | |
download | fatcat-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.html | 2 |
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 %} |