Bewertungen verstecken wenn keine vorhanden und Möglichkeit zum deaktivieren von Bewertungen

This commit is contained in:
Juhn-Vitus Saß
2025-04-22 18:28:50 +02:00
parent a16c97c4f3
commit 154110e510
6 changed files with 27 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
</div>
{% if not is_host %}
{% if rating_enabled %}
<div class="bg-blue-50 rounded-lg p-6 mb-8">
<h2 class="text-2xl font-bold text-blue-800 mb-4 text-center">Wie hat dir das Quiz gefallen?</h2>
<div class="stars flex justify-center space-x-4 mb-4">
@@ -22,6 +23,9 @@
</div>
<p id="rating-message" class="text-center text-blue-600 font-medium"></p>
</div>
{% else %}
<p class="text-center text-blue-600 font-medium mb-8">Bewertungen sind deaktiviert</p>
{% endif %}
{% endif %}
<div class="text-center">