mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Fix display without roadmap
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user