From 0a91d70cd3055b45fa22ad914df8e0a71f90e954 Mon Sep 17 00:00:00 2001 From: nik8 Date: Sat, 5 Apr 2025 14:50:33 +0200 Subject: [PATCH] Bild_fehler_behoben --- django/templates/library/overview_quiz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html index 0cb1313..237f904 100644 --- a/django/templates/library/overview_quiz.html +++ b/django/templates/library/overview_quiz.html @@ -58,7 +58,7 @@ {% for quiz in filter_my_quizzes %}
+ {% if quiz.image %} style="background-image: url('http://127.0.0.1:8000/{{ quiz.image.url }}');" {% endif %}>

{{ quiz.name }}