remove manual modal

This commit is contained in:
Patrick Jentsch
2024-05-27 16:58:51 +02:00
parent fe0fcb0e10
commit a65b1ff578
17 changed files with 615 additions and 564 deletions

View File

@ -1,5 +1,3 @@
{% 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 %}