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 %}
|
||||
|
||||
|
||||
<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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user