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 %}
-
- Name |
- Song |
- Künstler |
-
+
+
+ Name |
+ Song |
+ Künstler |
+
+
{% for entry in list: %}
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 @@
-
- Name |
- Song |
- Künstler |
- Aktionen |
-
+
+
+ Name |
+ Song |
+ Künstler |
+ Aktionen |
+
+
{% for entry in list: %}
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 @@
+
+
-
-
- Song |
- Wiedergaben |
-
+
+
+
+ Song |
+ Wiedergaben |
+
+
{% for entry in list: %}
@@ -26,6 +31,8 @@
|
{% endblock %}
{% block extrajs %}
+
+
{% endblock %}
\ No newline at end of file
| |