Rename manual modal template

This commit is contained in:
Patrick Jentsch
2023-03-20 16:02:12 +01:00
parent 685db81c85
commit f2bbcdc441
3 changed files with 36 additions and 3 deletions

View File

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