Zweite version

Playist management
This commit is contained in:
mikka 2026-04-19 11:19:35 +02:00
parent 39f95c2857
commit 46e9d5c40d
7 changed files with 70 additions and 14 deletions

4
templates/index.html Executable file → Normal file
View 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 %}