mise en page des jours comme pour mois et semaine
This commit is contained in:
parent
8591ebab38
commit
d79b6ed50a
@ -23,14 +23,14 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
<h1>{{ day | date:"l j F Y" }}</h1>
|
|
||||||
|
|
||||||
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
<header>
|
||||||
|
<div class="title"><h1>{{ day | date:"l j F Y" }}</h1></div>
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
{% with day|shift_day:-1 as pred_day %}
|
{% with day|shift_day:-1 as pred_day %}
|
||||||
@ -46,6 +46,7 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</header>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% if events %}
|
{% if events %}
|
||||||
|
Loading…
Reference in New Issue
Block a user