feat: gdpr

This commit is contained in:
Per Stark
2025-01-02 22:43:32 +01:00
parent 519f6c6eb1
commit 2a0603606e
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 %}