Add model section to template and add API link to sidenav

This commit is contained in:
Patrick Jentsch
2021-11-15 14:54:08 +01:00
parent 70d541690f
commit c1436c2a5d
2 changed files with 4 additions and 1 deletions

View File

@@ -32,11 +32,13 @@
{% block main_attribs %} class="background-color"{% endblock main_attribs %}
{% block main %}
{% block page_content %}{% endblock page_content %}
{% block modals %}
<div id="modals">
{% if current_user.is_authenticated %}
{% include "_roadmap.html.j2" %}
{% endif %}
</div>
{% endblock modals %}
{% endblock main %}
{% block footer_attribs %} class="page-footer primary-variant-color"{% endblock footer_attribs %}