Zweite version
Playist management
This commit is contained in:
parent
39f95c2857
commit
46e9d5c40d
7 changed files with 70 additions and 14 deletions
4
templates/index.html
Executable file → Normal file
4
templates/index.html
Executable file → Normal file
|
|
@ -47,8 +47,8 @@
|
|||
</style>
|
||||
<h1>ESC Playlist</h1>
|
||||
<h2>2026</h2>
|
||||
<a href="/suche">Du willst ein weiteres Lied in der Playlist?</a>
|
||||
<p>Die Playlist ist insgesamt lang {{ gesamtLaenge | zeit }} und enthält {{ karten|length }} Lieder</p>
|
||||
<a href="/suche?liste={{liste}}">Du willst ein weiteres Lied in der Playlist?</a>
|
||||
<p>Die Playlist {{liste}} ist insgesamt lang {{ gesamtLaenge | zeit }} und enthält {{ karten|length }} Lieder</p>
|
||||
<div id = "flex-container">
|
||||
{% for karte in karten %}
|
||||
{% set karte_loop = loop %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue