diff --git a/django/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html
index 497ae9e..fdccf30 100644
--- a/django/templates/library/overview_quiz.html
+++ b/django/templates/library/overview_quiz.html
@@ -90,7 +90,7 @@
{% else %}
-
+ {{ quiz.name }}
{% endif %}
{% if user.is_authenticated %}
{% if quiz.id not in favorite_quiz_ids %}
@@ -281,7 +281,7 @@
{% else %}
-
+ {{ quiz.name }}
{% endif %}
{% if user.is_authenticated %}
{% if quiz.favorite == False %}
@@ -481,7 +481,7 @@
{% else %}
-
+ {{ quiz.name }}
{% endif %}
{% if user.is_authenticated %}
{% if quiz.id not in favorite_quiz_ids %}