Removed the 'throwback' PM welcome notice from the frontpage.

This commit is contained in:
flash 2019-01-07 11:59:06 +01:00
parent 6f94247db3
commit 44171207d2

View file

@ -119,15 +119,6 @@
</div>
<div class="index__main">
{% if current_user is defined %}
<div class="container index__container">
{{ container_title('Welcome') }}
<div class="container__content">
<p>You have 0 new messages because the PM system doesn't exist yet, have a nice day.</p>
</div>
</div>
{% endif %}
{% for post in featured_news %}
{{ news_preview(post) }}
{% endfor %}