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" %}