Design update

This commit is contained in:
Patrick Jentsch
2024-11-15 15:21:26 +01:00
parent 6aacac2419
commit ee7f64f5be
10 changed files with 165 additions and 76 deletions

View File

@ -1,3 +1,5 @@
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
{% include "_base/_modals/terms_of_use.html.j2" %}
{% endif %}
{% include "_base/_modals/data-processing-and-analysis.html.j2" %}