Afficher 2 éléments d'agenda sur accueil
This commit is contained in:
parent
b208df98ad
commit
cac9b4cb45
3 changed files with 8 additions and 5 deletions
|
|
@ -17,7 +17,9 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="row justify-content-center mt-5 agenda_line">
|
||||
<div class="agenda_container">
|
||||
{% for item in items %}
|
||||
<div class="row justify-content-center mt-3 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' }}
|
||||
|
|
@ -30,7 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="homeaudio" class="d-flex justify-content-center">
|
||||
<div id="homeaudio" class="d-flex justify-content-center mt-5">
|
||||
<div class="text-start">
|
||||
<i>Écouter:</i><br>
|
||||
<audio controls src="{% static 'songs/WeShallOvercome.mp3' %}"></audio>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue