fix display of mellon error pages

This commit is contained in:
Frédéric Péters 2015-02-22 14:37:53 +01:00
parent 8a6de1c3ab
commit cda4eb9c10
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
{% block title %}Vincennes - {{ page.title }}{% endblock %}
{% block content %}
<h2>{{ page.title }}</h2>
{% if page.title %}<h2>{{ page.title }}</h2>{% endif %}
{% block combo-content %}
{% placeholder "content" %}
{% endblock %}
{% endblock %}