aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html
index 506979b5..51590ce0 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/index.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/index.html
@@ -4,9 +4,6 @@
{% if noindex %}
<!--noindex-->
{% endif %}
-{% if visitor.getUid() > 0 %}
-{% include "views/partial/newmessage" %}
-{% endif %}
{% for msg in msgs %}
{% include "views/partial/message" %}
{% endfor %}