Replace roadmap with manual

This commit is contained in:
Patrick Jentsch
2023-03-16 10:31:58 +01:00
parent faf5a61808
commit 823e42faf0
12 changed files with 75 additions and 27 deletions

View File

@@ -34,9 +34,10 @@
{% block page_content %}{% endblock page_content %}
<div id="modals">
{% block modals %}
{% if current_user.is_authenticated %}
{% include "main/_manual_modal_contents.html.j2" %}
{# {% if current_user.is_authenticated %}
{% include "_roadmap.html.j2" %}
{% endif %}
{% endif %} #}
{% endblock modals %}
</div>
{% endblock main %}