From 3995f0a05fe3e681a21116c158708598db0ada08 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 6 Jan 2020 22:54:48 +0530 Subject: Fix issue in add_question.html template - Test case select dropdown now shows only testcase type based on the question type. - Fix blank question created issue in add_question template. --- yaksh/templates/yaksh/add_question.html | 59 ++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 16 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index cd05516..665e86a 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -4,19 +4,19 @@ {% block pagetitle %} Add Question {% endblock pagetitle %} {% block css %} - + {% endblock %} {% block script %} - - + + {% endblock %} {% block onload %} onload='javascript:textareaformat();' {% endblock %} {% block content %}