feat: gdpr

This commit is contained in:
Per Stark
2025-01-02 22:43:32 +01:00
parent 9976fef5a3
commit ab23909e0f
8 changed files with 2901 additions and 3 deletions

View File

@@ -4,5 +4,8 @@
{% include 'index/signed_in_view.html' %}
{% else %}
{% include 'index/hero.html' %}
{% if not gdpr_accepted %}
{% include "gdpr.html" %}
{% endif %}
{% endif %}
{% endblock %}