From ce3eb1dbbd924003489d01f4e98aba841cd803c0 Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 8 Apr 2020 15:55:59 +0530 Subject: Change templates, views, forms, models - Allow to test, download and delete single question - Fix pagination for searching and filtering questions --- yaksh/templates/yaksh/ajax_question_filter.html | 57 ----- yaksh/templates/yaksh/paginator.html | 6 +- yaksh/templates/yaksh/showquestions.html | 277 ++++++++++++------------ 3 files changed, 147 insertions(+), 193 deletions(-) delete mode 100644 yaksh/templates/yaksh/ajax_question_filter.html (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/ajax_question_filter.html b/yaksh/templates/yaksh/ajax_question_filter.html deleted file mode 100644 index 18f14ff..0000000 --- a/yaksh/templates/yaksh/ajax_question_filter.html +++ /dev/null @@ -1,57 +0,0 @@ -
- -
- -  Add Question - -

- {% if questions %} - {% include "yaksh/paginator.html" %} - -
- Select All -
- - {% include "yaksh/paginator.html" %} - {% endif %} -
diff --git a/yaksh/templates/yaksh/paginator.html b/yaksh/templates/yaksh/paginator.html index 5f0df7a..c634d5c 100644 --- a/yaksh/templates/yaksh/paginator.html +++ b/yaksh/templates/yaksh/paginator.html @@ -1,7 +1,7 @@