checking terms of use confirmation update

This commit is contained in:
Inga Kirschnick
2023-04-17 09:43:12 +02:00
parent e67dc49976
commit 8dd3669af4
4 changed files with 15 additions and 12 deletions

View File

@@ -38,7 +38,9 @@
{# {% if current_user.is_authenticated %}
{% include "_roadmap.html.j2" %}
{% endif %} #}
{% include "_terms_of_use_modal.html.j2" %}
{% if current_user.is_authenticated and not current_user.terms_of_use_accepted %}
{% include "_terms_of_use_modal.html.j2" %}
{% endif %}
{% endblock modals %}
</div>
{% endblock main %}