diff options
Diffstat (limited to 'templates/wiki')
-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> |