Zweite version
Playist management
This commit is contained in:
parent
39f95c2857
commit
46e9d5c40d
7 changed files with 70 additions and 14 deletions
6
templates/playlists.html
Normal file
6
templates/playlists.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<ul>
|
||||
{% for list in lists %}
|
||||
<li><a href="/?liste={{list}}">{{list}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<a href="/neueliste">Lust auf was neues?</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue