Ajout prochain concert sur accueil
This commit is contained in:
parent
af17ed0d46
commit
b208df98ad
4 changed files with 31 additions and 2 deletions
|
|
@ -17,6 +17,18 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="row justify-content-center mt-5 agenda_line">
|
||||
<div class="col-12 text-end mt-2">
|
||||
<span class="text-black rounded align-self-center fw-bold p-2 date_agenda">
|
||||
{{ item.date_heure|date:'D d F à H:i' }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-12 text-end mt-2">
|
||||
<a class="text-white" href="{% url 'agenda' %}">
|
||||
<span class="ps-3 fw-bold">{{ item.titre }} ({{ item.lieu }})</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="homeaudio" class="d-flex justify-content-center">
|
||||
<div class="text-start">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue