From c6d6789b92a7008b97322e8c8673899cdf269239 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 18 Sep 2025 11:09:06 +0200 Subject: [PATCH] remove category --- teleforma/templates/quiz/question.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/teleforma/templates/quiz/question.html b/teleforma/templates/quiz/question.html index 2d73127f..ee421a19 100644 --- a/teleforma/templates/quiz/question.html +++ b/teleforma/templates/quiz/question.html @@ -50,11 +50,6 @@ {% endif %} - {% if question.category %}

- {% trans "Question category" %}: - {{ question.category }} -

{% endif %} -

{{ question.content }}

-- 2.39.5