diff --git a/django/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html
index 67f0e96..c1b9332 100644
--- a/django/templates/library/overview_quiz.html
+++ b/django/templates/library/overview_quiz.html
@@ -556,6 +556,7 @@
+ {% if quiz.rating_count > 0 %}
{% for i in '12345'|make_list %}
{% if forloop.counter <= quiz.average_rating|floatformat:0|add:0 %}
★
@@ -564,6 +565,9 @@
{% endif %}
{% endfor %}
({{ quiz.rating_count }})
+ {% else %}
+ Noch keine Bewertungen
+ {% endif %}