Afegir cartells a les jams (i esquelet per a slow jams i notes)

This commit is contained in:
marc
2025-11-01 12:46:43 +01:00
parent fbfedf4dac
commit 23337f8ab3
28 changed files with 1646 additions and 208 deletions

View File

@@ -12,6 +12,7 @@
{% endif %}
{% endif %}
</h3>
{% include "fragments/sessio/cartell.html" %}
<div class="text-left">
<h4 class="pt-4 text-xl text-beige">Horari i lloc</h4>
De {{ session.start_time.strftime("%H:%M") }}
@@ -29,6 +30,17 @@
{% endif %}
{% endif %}
</div>
{% if logged_in or session.notes %}
<div class="text-left">
<h4 class="py-4 text-xl text-beige">Notes</h4>
{% if session.notes %}{{ session.notes }}{% endif %}
</div>
{% endif %}
{% if logged_in or False %}
<div class="text-left">
<h4 class="py-4 text-xl text-beige">Slow Jam</h4>
</div>
{% endif %}
{% if logged_in or playlist.sets %}
<div class="text-left">
<h4 class="py-4 text-xl text-beige mt-2">Temes tocats</h4>