From 011a65cbe75dc596a095f03f373f4f875fa80066 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Thu, 16 Feb 2017 17:58:09 +0530
Subject: Multiple minor fixes - Display a message when the question paper
exists but has no questions - Avoid logout after encountering no quiz/no
questions - Remove incorrect logout message in complete
---
yaksh/templates/yaksh/complete.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/complete.html b/yaksh/templates/yaksh/complete.html
index 7bff206..81b6668 100644
--- a/yaksh/templates/yaksh/complete.html
+++ b/yaksh/templates/yaksh/complete.html
@@ -32,5 +32,5 @@
Good bye!
{{message}}
You may now close the browser.
- Login Again
+ Go To Home
{% endblock content %}
--
cgit
From 7f1d92397166efb0a8a53bbdc8de5f8bc6535413 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Fri, 17 Feb 2017 16:20:13 +0530
Subject: Modify button label in complete.html
---
yaksh/templates/yaksh/complete.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/complete.html b/yaksh/templates/yaksh/complete.html
index 81b6668..45284c4 100644
--- a/yaksh/templates/yaksh/complete.html
+++ b/yaksh/templates/yaksh/complete.html
@@ -32,5 +32,5 @@
Good bye!
{{message}}
You may now close the browser.
- Go To Home
+ Home
{% endblock content %}
--
cgit