mise en page des jours comme pour mois et semaine

This commit is contained in:
Jean-Marie Favreau 2023-12-17 18:01:03 +01:00
parent 8591ebab38
commit d79b6ed50a

View File

@ -23,14 +23,14 @@
{% block content %}
<h1>{{ day | date:"l j F Y" }}</h1>
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
<article>
<header>
<div class="title"><h1>{{ day | date:"l j F Y" }}</h1></div>
<div class="navigation">
<div>
{% with day|shift_day:-1 as pred_day %}
@ -46,6 +46,7 @@
{% endwith %}
</div>
</div>
</header>
</article>
{% if events %}