Largeur maximale tout le temps. Fix #54
This commit is contained in:
parent
c46c5a96d0
commit
1b02effc63
@ -20,9 +20,6 @@
|
|||||||
Événements {{ calendar.firstdate | date:"F o"|add_de }}
|
Événements {{ calendar.firstdate | date:"F o"|add_de }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block main-fluid %}-fluid{% endblock %}
|
|
||||||
{% block footer-fluid %}-fluid{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Événements de {{ calendar.firstdate | date:"F o" }}</h1>
|
<h1>Événements de {{ calendar.firstdate | date:"F o" }}</h1>
|
||||||
|
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
Événements de la semaine {{ week }} - {{ year }}
|
Événements de la semaine {{ week }} - {{ year }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block main-fluid %}-fluid{% endblock %}
|
|
||||||
{% block footer-fluid %}-fluid{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% if home %}
|
{% if home %}
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<main class="container{% block main-fluid %}{% endblock %}">
|
<main class="container-fluid">
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
{% for message in messages %}
|
{% for message in messages %}
|
||||||
<p {% if message.tags %} class="message {{ message.tags }} " {% endif %}> {{ message }}</p>
|
<p {% if message.tags %} class="message {{ message.tags }} " {% endif %}> {{ message }}</p>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="container{% block footer-fluid %}{% endblock %}">
|
<footer class="container-fluid">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div>
|
<div>
|
||||||
<h3>Informations</h3>
|
<h3>Informations</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user