Canvi de nom a les URLs playlist -> llista
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user