nopaque/app/templates/_base/modals.html.j2
Patrick Jentsch ee7f64f5be Design update
2024-11-15 15:21:26 +01:00

6 lines
213 B
Django/Jinja

{% 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" %}