X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7a8610e5869654bd2e8351b34b9e722ce6de73bd..0b270a76ad73162f894285c360a0ee87fa84e536:/src/infopages/templates/infopages/infopage.html?ds=inline diff --git a/src/infopages/templates/infopages/infopage.html b/src/infopages/templates/infopages/infopage.html index 5c6da3510..7bd5faa60 100644 --- a/src/infopages/templates/infopages/infopage.html +++ b/src/infopages/templates/infopages/infopage.html @@ -7,17 +7,24 @@ {% block main %} -
-

{{ page.title }}

+ {% if not page.published %} +
+ (Strona nie opublikowana, podgląd tylko dla zespołu.)
-
-
-
- {{ left_column }} -
-
- {{ right_column }} -
+ + {% endif %} + +
+

{{ page.title }}

+
+
+
+
+ {{ left_column }}
-
+
+ {{ right_column }} +
+
+
{% endblock %}