Nova pàgina de llistes

This commit is contained in:
marc
2025-12-21 17:09:59 +01:00
parent ac79785cf0
commit fdcda1b566
37 changed files with 323 additions and 33 deletions

View File

@@ -46,7 +46,7 @@
</h4>
{% set playlist_id = session.slowjam.id %}
{% set playlist = session.slowjam %}
{% include "fragments/playlist/playlist.html" %}
{% include "fragments/llista/playlist.html" %}
</div>
{% endif %}
{% if logged_in or (session.setlist and session.setlist.sets) %}
@@ -58,7 +58,7 @@
</h4>
{% set playlist_id = session.setlist.id %}
{% set playlist = session.setlist %}
{% include "fragments/playlist/playlist.html" %}
{% include "fragments/llista/playlist.html" %}
</div>
{% endif %}
</div>