From 6617d4fe29918edef166848f156ad60e37c13fa9 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 14:53:06 +0300 Subject: [PATCH] stop flooding the DOM with modals --- templates/snippets/layout/questions_list.html | 43 +++++++++++++------ 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/templates/snippets/layout/questions_list.html b/templates/snippets/layout/questions_list.html index 248b2e8..c863401 100644 --- a/templates/snippets/layout/questions_list.html +++ b/templates/snippets/layout/questions_list.html @@ -3,27 +3,42 @@ {% include 'snippets/layout/question_card.html' %} {% endwith %} {% endfor %} -{% for item in combined %} -{% for answer in item.answers %} -