Canvi de nom a les URLs playlist -> llista

This commit is contained in:
marc
2025-12-20 23:48:54 +01:00
parent 56ab91bd42
commit 089e61fb0b
13 changed files with 72 additions and 72 deletions

View File

@@ -40,7 +40,7 @@
{% if logged_in or (session.slowjam and session.slowjam.sets) %}
<div class="text-left">
<h4 class="py-4 text-xl text-beige mt-2">
<a href="/playlist/{{ session.slowjam.id }}" class="text-beige">
<a href="/llista/{{ session.slowjam.id }}" class="text-beige">
Slow Jam
</a>
</h4>
@@ -52,7 +52,7 @@
{% if logged_in or (session.setlist and session.setlist.sets) %}
<div class="text-left">
<h4 class="py-4 text-xl text-beige mt-2">
<a href="/playlist/{{ session.setlist.id }}" class="text-beige">
<a href="/llista/{{ session.setlist.id }}" class="text-beige">
Temes tocats
</a>
</h4>