Kleine veränderung

This commit is contained in:
mikka 2026-04-20 22:02:17 +02:00
parent 46e9d5c40d
commit f3d0f6bd7b
4 changed files with 31 additions and 5 deletions

View file

@ -1,3 +1,10 @@
<style>
form,a{
display: block;
text-align: center;
color: black;
}
</style>
{% if liste == empty %}
<p>Du musst etwas in die Playlist Screiben</p>
{% endif %}
@ -12,4 +19,4 @@
<p>Leider gibt es den Eintrag {{anfrage}} nicht!</p>
{%endif%}
<a href="/">Doch nicht?</a>
<a href="/?liste={{liste}}">Doch nicht?</a>