summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authorankitjavalkar2017-02-16 17:58:09 +0530
committerankitjavalkar2017-02-17 12:00:57 +0530
commit011a65cbe75dc596a095f03f373f4f875fa80066 (patch)
treefcc488645b984876f075180e19f2d055891ac94b /yaksh/templates
parent6c5ffb79e9c8f1578768317ae334d3a16bcfd5c9 (diff)
downloadonline_test-011a65cbe75dc596a095f03f373f4f875fa80066.tar.gz
online_test-011a65cbe75dc596a095f03f373f4f875fa80066.tar.bz2
online_test-011a65cbe75dc596a095f03f373f4f875fa80066.zip
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
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/complete.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<center><h2> Good bye! </h2></center>
<center><h4> {{message}} </h4></center>
<br><center><h4>You may now close the browser.</h4></center><br>
- <center><a href="{{URL_ROOT}}/exam/" id="login_again"> Login Again </a></center>
+ <center><a href="{{URL_ROOT}}/exam/" id="go_to_home"> Go To Home </a></center>
{% endblock content %}