mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Restructure modals and base template
This commit is contained in:
5
app/templates/_base/modals.html.j2
Normal file
5
app/templates/_base/modals.html.j2
Normal file
@ -0,0 +1,5 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user