refactor: signin landing page

This commit is contained in:
Per Stark
2025-04-01 13:24:42 +02:00
parent 524ee5f0e1
commit 28560aa749
9 changed files with 59 additions and 131 deletions
@@ -3,9 +3,6 @@
{% if user %}
{% include 'index/signed_in/base.html' %}
{% else %}
{% include 'index/hero.html' %}
{% if not gdpr_accepted %}
{% include "gdpr.html" %}
{% endif %}
{% include 'auth/signin_form.html' %}
{% endif %}
{% endblock %}