From e524bef336df95fd307d045af37c379bccf3ea14 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 20 Mar 2012 12:44:43 +0530 Subject: minor UI changes --- testapp/templates/exam/edit_question.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'testapp/templates/exam/edit_question.html') diff --git a/testapp/templates/exam/edit_question.html b/testapp/templates/exam/edit_question.html index 2ab3c7a..9d92a71 100644 --- a/testapp/templates/exam/edit_question.html +++ b/testapp/templates/exam/edit_question.html @@ -58,7 +58,6 @@ function data(showContent,showHideDiv,a,summary) { con.style.display = "block"; ele.style.display = "block"; - atag.text = "Hide"; } } @@ -179,30 +178,31 @@ function autosubmit() {% block manage %}
{% csrf_token %} +

Click on the Question links to edit the question.

+ {% for form in forms %} -
{{form.summary.value}} +
{{form.summary.value}} -

{% endfor %} -
+
-- cgit