Startbutton-min.1Frage

This commit is contained in:
ben8
2025-04-18 15:25:29 +02:00
parent 70be6396aa
commit a0292ce409
2 changed files with 20 additions and 5 deletions

View File

@@ -34,7 +34,8 @@
</svg>
Quiz kopieren
</a>
{% if quiz.questions.count != 0 %}
<a href="{% url 'play:create_game' quiz.id %}"
class="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-lg hover:bg-blue-700 transition-colors duration-200">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -44,7 +45,8 @@
d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
Spielen
</a>
</a>
{% endif %}
</div>
</div>