From 5ed39dda637059d56f6d8c501880ec9bca7b2fee Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 7 Feb 2018 12:49:00 +0300 Subject: www: hide navigation in post --- .../src/main/webapp/WEB-INF/layouts/content.html | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/layouts/content.html') diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index f4ca0d84..4c283116 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -44,23 +44,7 @@ 0 %}data-hash="{{visitor.authHash}}"{% endif %}> -{% include "views/partial/navigation" %} -
- {% if visitor.uid == 0 %} -
-

{{ i18n("messages","message.loginForSending", "/login") | raw }}.

-
- {% endif %} -
- {% block content %} - {% endblock %} -
- -
-{% include "views/partial/footer" %} +{% block body %} +{% endblock %} -- cgit v1.2.3