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 %} {% 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 %}