From 2f21a4a007ae9b51fadd7832fe90506f19e309e2 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 21 Mar 2012 17:11:33 +0530 Subject: changes for adding tags in questions --- testapp/templates/exam/add_question.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html index f832d46..3f8637e 100644 --- a/testapp/templates/exam/add_question.html +++ b/testapp/templates/exam/add_question.html @@ -42,6 +42,7 @@ function textareaformat() document.getElementById('id_type').setAttribute('class','select-type'); document.getElementById('id_points').setAttribute('class','mini-text'); + document.getElementById('id_tags').setAttribute('class','tag-text'); $('#id_description').bind('focus', function( event ){ document.getElementById("id_description").rows=5; @@ -134,7 +135,10 @@ function autosubmit()