aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-04-17 23:37:58 +0100
committerGravatar Joseph <[email protected]>2018-04-17 23:37:58 +0100
commit12719f45e2b7aea3318a43180ce5a88dfb67a8c5 (patch)
treeaf3db7afa9ea134567a42050e2e20268ac265620 /templates/wiki
parentFix 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')
-rw-r--r--templates/wiki/base.html2
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> &nbsp;Revisions
</a>
</li>