mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
|
{% include "_base/_modals/manual.html.j2" %}
|
||
|
|
||
|
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
|
||
|
{% include "_base/_modals/terms_of_use.html.j2" %}
|
||
|
{% endif %}
|