diff --git a/app/templates/main.html b/app/templates/main.html index 880cdb4..ae93315 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -4,11 +4,13 @@ {% block title %}Home{% endblock %} {% block content %} - - - - - + + + + + + + {% for entry in list: %}
NameSongKünstler
NameSongKünstler
diff --git a/app/templates/main_admin.html b/app/templates/main_admin.html index 7db53eb..2afa130 100644 --- a/app/templates/main_admin.html +++ b/app/templates/main_admin.html @@ -17,12 +17,14 @@
- - - - - - + + + + + + + + {% for entry in list: %}
NameSongKünstlerAktionen
NameSongKünstlerAktionen
diff --git a/app/templates/played_list.html b/app/templates/played_list.html index a787a75..25a9625 100644 --- a/app/templates/played_list.html +++ b/app/templates/played_list.html @@ -5,13 +5,18 @@
+ +
- - - - - +
SongWiedergaben
+ + + + + + {% for entry in list: %}
SongWiedergaben
@@ -26,6 +31,8 @@
{% endblock %} {% block extrajs %} + + {% endblock %} \ No newline at end of file