diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 21:18:10 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 21:18:10 -0800 |
| commit | 03df0b8a6d1285fa4aa17e6c4216dd2716a9ac47 (patch) | |
| tree | ce6cc7f35a038ff5da26b86184d83441604de024 /python/fatcat_web/templates/editor_changelog.html | |
| parent | 422a8cc47489aa44b852ff0add1ef6ea63cfc1ff (diff) | |
| download | fatcat-03df0b8a6d1285fa4aa17e6c4216dd2716a9ac47.tar.gz fatcat-03df0b8a6d1285fa4aa17e6c4216dd2716a9ac47.zip | |
account page and renaming
Diffstat (limited to 'python/fatcat_web/templates/editor_changelog.html')
| -rw-r--r-- | python/fatcat_web/templates/editor_changelog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/editor_changelog.html b/python/fatcat_web/templates/editor_changelog.html index 79127312..785c19bd 100644 --- a/python/fatcat_web/templates/editor_changelog.html +++ b/python/fatcat_web/templates/editor_changelog.html @@ -3,8 +3,8 @@ <h1 class="ui header">Editor Changelog: {{ editor.username }} <div class="sub header"> - <a href="/editor/{{editor.id}}"> - <code>editor {{ editor.id }}</code> + <a href="/editor/{{editor.editor_id}}"> + <code>editor {{ editor.editor_id }}</code> </a> </div> </h1> |
