diff options
Diffstat (limited to 'templates')
-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 316e3d22..73b0f47c 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -77,7 +77,7 @@ "wiki.history.compare", "wiki.source", "wiki.delete", "wiki.move" ] %} - {% set actionable = can_edit and current_page in ACTIONABLE_PAGES %} + {% set actionable = current_page in ACTIONABLE_PAGES and can_edit %} {% if actionable %} <li class="uk-nav-divider"></li> |