Skip to content
Snippets Groups Projects
Commit b65b80fb authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Fix display without roadmap

parent acf5ae32
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,11 @@ ...@@ -93,7 +93,11 @@
<div class="col s12"> <div class="col s12">
<h2>{% if title %}{{ title }}{% else %}Unnamed page{% endif %}</h2> <h2>{% if title %}{{ title }}{% else %}Unnamed page{% endif %}</h2>
</div> </div>
{% if roadmap %}
<div class="col s12 m9 l10"> <div class="col s12 m9 l10">
{% else %}
<div class="col s12">
{% endif %}
{% block page_content %} {% block page_content %}
{% endblock %} {% endblock %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment