From fbeb3428426691c29d4dd3f38b2245f21b5673ef Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 3 Apr 2020 11:11:41 +0530 Subject: Minor fixes based on feedback --- yaksh/templates/yaksh/add_question.html | 14 +------------- yaksh/templates/yaksh/showquestions.html | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) (limited to 'yaksh') diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index 342e8ae..0c846d0 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -74,18 +74,6 @@ - {% if question %} - Add Test Case: - - - - - {% endif %} {% if uploaded_files %}
@@ -157,7 +145,7 @@
- + Details 
diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index fdfcc60..e0cd529 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -122,7 +122,7 @@ - + -- cgit