nopaque/app/templates/_base/modals.html.j2

4 lines
145 B
Plaintext
Raw Normal View History

2023-11-13 14:53:14 +00:00
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
{% include "_base/_modals/terms_of_use.html.j2" %}
{% endif %}