From 99b0bd05370e92ee3663354e5ca9122b75cfb2a7 Mon Sep 17 00:00:00 2001 From: mahesh Date: Wed, 22 Mar 2017 12:58:04 +0530 Subject: changed input type to number in questions.html --- yaksh/templates/yaksh/question.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 45a524d..0dad59d 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -196,7 +196,7 @@ function call_skip(url) {% if question.type == "integer" %} Enter Integer:
- +

{% endif %} @@ -208,7 +208,7 @@ function call_skip(url) {% if question.type == "float" %} Enter Decimal Value :
- +

{% endif %} -- cgit