Kleine veränderung
This commit is contained in:
parent
46e9d5c40d
commit
f3d0f6bd7b
4 changed files with 31 additions and 5 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue