From d8ab6cd732adb3f20c6f86c35665e3ee044490a9 Mon Sep 17 00:00:00 2001 From: your_name Date: Thu, 24 Sep 2015 14:32:45 +0530 Subject: Subject:added table sorter Description: 1) added table sorter to questions table except 'sec' column. --- static/website/templates/index.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'static/website/templates/index.html') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 63890fd..a911f6a 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -5,6 +5,16 @@ {% load helpers %} {% block content %} + -- cgit