diff options
author | Vitaly Takmazov | 2018-02-15 12:27:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-15 12:27:41 +0300 |
commit | 2ed6c98c3b6797ee6255fc9de5d7edcd9ca19d1c (patch) | |
tree | f47b59e660875026c283c96591c10b941ae99e2d | |
parent | eb2b311ece1de020c2caeae89b8028f4a7215400 (diff) |
www: no need in login prompt :)
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/default.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/default.html b/juick-www/src/main/webapp/WEB-INF/layouts/default.html index 808eb9ed..343885c4 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/default.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/default.html @@ -4,11 +4,6 @@ <div id="wrapper"> <section id="content" {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}> - {% if visitor.uid == 0 %} - <div class="page"> - <p>{{ i18n("messages","message.loginForSending", "/login") | raw }}.</p> - </div> - {% endif %} {% block content %} {% endblock %} </section> |