From a269cf1f52381299d2dd36c3306c4eaf45cd7592 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 1 Nov 2025 20:56:07 +0000 Subject: [PATCH] Add row selection functionality with toggle and count updates in table view --- templates/base.html | 112 +++++++++++++++++++++++++++++ templates/question_table_view.html | 112 ----------------------------- 2 files changed, 112 insertions(+), 112 deletions(-) diff --git a/templates/base.html b/templates/base.html index b4d2cee1..225b15ba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -310,6 +310,118 @@ }); + diff --git a/templates/question_table_view.html b/templates/question_table_view.html index 51a214dc..c0bf92cb 100644 --- a/templates/question_table_view.html +++ b/templates/question_table_view.html @@ -218,116 +218,4 @@ {% endblock %} {% block js %} - {% endblock %} \ No newline at end of file