summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authormahesh2018-02-08 13:02:37 +0530
committermaheshgudi2018-03-16 15:15:50 +0530
commit55dd1da1191dccbf66193ccd4d1a1a833bfe4513 (patch)
tree6704f6d731b1dd2d3610d69a67cee2f38b16b3e6 /yaksh/forms.py
parentb3bb71b80bd10eb49c7930d9cf6be109673cbe53 (diff)
downloadonline_test-55dd1da1191dccbf66193ccd4d1a1a833bfe4513.tar.gz
online_test-55dd1da1191dccbf66193ccd4d1a1a833bfe4513.tar.bz2
online_test-55dd1da1191dccbf66193ccd4d1a1a833bfe4513.zip
Add testcases for custom templatetag filters
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index 7eae673..9317a8e 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -36,8 +36,6 @@ question_types = (
("string", "Answer in String"),
("float", "Answer in Float"),
("arrange", "Arrange Options in Order"),
-
-
)
test_case_types = (