mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-18 14:00:33 +00:00
Fix display without roadmap
This commit is contained in:
parent
acf5ae32ae
commit
b65b80fb3c
@ -93,7 +93,11 @@
|
||||
<div class="col s12">
|
||||
<h2>{% if title %}{{ title }}{% else %}Unnamed page{% endif %}</h2>
|
||||
</div>
|
||||
{% if roadmap %}
|
||||
<div class="col s12 m9 l10">
|
||||
{% else %}
|
||||
<div class="col s12">
|
||||
{% endif %}
|
||||
{% block page_content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user