diff --git a/templates/snippets/layout/questions_list.html b/templates/snippets/layout/questions_list.html index c863401..c5f6bf2 100644 --- a/templates/snippets/layout/questions_list.html +++ b/templates/snippets/layout/questions_list.html @@ -1,44 +1,40 @@ -{% for item in combined %} -{% with question=item.question, answers=item.answers, showViewQuestionBtn=True, multipleAnswers=True %} -{% include 'snippets/layout/question_card.html' %} -{% endwith %} -{% endfor %} +