Restructure modals and base template

This commit is contained in:
Patrick Jentsch
2023-11-13 15:53:14 +01:00
parent ff1bcb40f3
commit 9487aa7a60
20 changed files with 19 additions and 69 deletions

View 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 %}