Always show log in section on poster

This commit is contained in:
Patrick Jentsch 2020-03-02 11:42:00 +01:00
parent 020f99d93f
commit 8a1339e42a

View File

@ -145,7 +145,6 @@
</div>
</div>
{% if current_user.is_anonymous %}
<div class="parallax-container">
<img src="{{ url_for('static', filename='images/parallax_hq/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -450px;">
</div>
@ -201,6 +200,5 @@
</div>
</div>
</div>
{% endif %}
</div>
{% endblock %}