aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-www/src/main/webapp/WEB-INF/layouts/default.html5
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>