nopaque/app/templates/_base/modals.html.j2
2024-05-27 16:58:51 +02:00

4 lines
145 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 %}