diff --git a/django/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html index f7112d5..c5c66da 100644 --- a/django/templates/library/overview_quiz.html +++ b/django/templates/library/overview_quiz.html @@ -61,7 +61,7 @@ {% if quiz.image %} style="background-image: url('http://127.0.0.1:8000/library{{ quiz.image.url }}');" {% endif %}>
-

{{ quiz.name }}

+

{{ quiz.name }}

{{ quiz.description }}
@@ -74,7 +74,7 @@

Spiel starten
- + @@ -118,7 +118,7 @@ {% if quiz.image %} style="background-image: url('http://127.0.0.1:8000/library{{ quiz.image.url }}');" {% endif %}>
-

{{ quiz.name }}

+

{{ quiz.name }}

{{ quiz.description }}
@@ -132,13 +132,14 @@ Spiel starten - +