From dc3674300a3414209661b2644fbcf9451f6cb3bf Mon Sep 17 00:00:00 2001 From: Atul <33745476+atulanandnitt@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:44:35 +0530 Subject: [PATCH] UI fix for button 'Add Question' fix-ui-for- button 'Add Question' in /exam/manage/questions/ The 'Add Question' button should be displayed irrespective of whether there is any question already created by the user or not. i.e 'Add Question' button should be visible for the teacher who has just registered(or got the credentials). --- yaksh/templates/yaksh/showquestions.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index b9c1e783..d5626558 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -130,6 +130,11 @@

Search using Tags:

+
+ +  Add Question + +
{% csrf_token %}
@@ -139,11 +144,7 @@

Search using Tags:

{% include "yaksh/paginator.html" %}
- +

Select All