From c21a66798fc794906280eb1256738f476243d3ca Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 6 Feb 2019 16:34:25 +0100 Subject: [PATCH] Fix locked pages in wiki (thanks @catstolker) --- templates/wikipage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/wikipage.html b/templates/wikipage.html index e056b745..9487d24b 100644 --- a/templates/wikipage.html +++ b/templates/wikipage.html @@ -53,6 +53,10 @@ {% elif wiki_page.locked %} +
+ 🔒 Pagina bloccata: non possono essere effettuate ulteriori modifiche. +
+ {% else %} {% if g.user %}

Modifica

@@ -63,10 +67,6 @@
{% endif %} - {% else %} -
- 🔒 Pagina bloccata: non possono essere effettuate ulteriori modifiche. -
{% endif %} {% if wiki_page is not none %} {% if g.user.role == "Admin" %}