From e6e4f17f031f135873a64c7cae39e0a427fd48d0 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 12 Apr 2018 11:59:39 +0100 Subject: [Wiki] Fix sidebar edit link --- templates/wiki/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 9464782b..fa74f078 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -39,13 +39,14 @@  Edit - {% else %} + {% elif current_page == "edit" %}
  •  Back
  • {% endif %} + {% if current_page != "source" %}
  • -- cgit v1.2.3