aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wiki/base.html')
-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>