From: Michael Tremer Date: Wed, 8 May 2019 14:14:43 +0000 (+0100) Subject: wiki: Always show edit button to encourage editing X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=3b544235814c5d4476052ef6360703816b353557 wiki: Always show edit button to encourage editing Signed-off-by: Michael Tremer --- diff --git a/src/templates/wiki/page.html b/src/templates/wiki/page.html index fa83f062..9e597969 100644 --- a/src/templates/wiki/page.html +++ b/src/templates/wiki/page.html @@ -17,11 +17,10 @@ - {% if current_user %} - - {{ _("Edit Page") }} - - {% end %} + + {{ _("Edit Page") }} + {% if not current_user %}‐ {{ _("Yes, you can edit!") }}{% end %} +

{% if current_user %}