diff options
author | 2018-04-17 23:37:58 +0100 | |
---|---|---|
committer | 2018-04-17 23:37:58 +0100 | |
commit | 12719f45e2b7aea3318a43180ce5a88dfb67a8c5 (patch) | |
tree | af3db7afa9ea134567a42050e2e20268ac265620 /templates/wiki/base.html | |
parent | Fix revision list JS & add menu item for revisions (diff) |
Fix for previous commit, did not realise view names were namespaced
Diffstat (limited to 'templates/wiki/base.html')
-rw-r--r-- | templates/wiki/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 0eb410ad..5b8a83a7 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -93,7 +93,7 @@ </a> </li> <li> - <a href="{{ url_for("history.show", page=page) }}"> + <a href="{{ url_for("wiki.history.show", page=page) }}"> <i class="uk-icon fas fa-fw fa-history"></i> Revisions </a> </li> |