diff options
author | adityacp | 2017-04-19 12:57:10 +0530 |
---|---|---|
committer | adityacp | 2017-04-19 12:57:10 +0530 |
commit | 7a834136f3f88665605e8eee73be1f9e584e63a6 (patch) | |
tree | e9170035da1eb6f1f33bb39cc160834ba4f381a5 /yaksh/templates/404.html | |
parent | deaa592f01d5f270abca89c78620af1406fee67c (diff) | |
download | online_test-7a834136f3f88665605e8eee73be1f9e584e63a6.tar.gz online_test-7a834136f3f88665605e8eee73be1f9e584e63a6.tar.bz2 online_test-7a834136f3f88665605e8eee73be1f9e584e63a6.zip |
Change in Templates
- Add additional message for 404 error.
- Change grade user template to show label for correct/incorrect answer
- Change view answerpaper to provide download facility for students
Diffstat (limited to 'yaksh/templates/404.html')
-rw-r--r-- | yaksh/templates/404.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html index 8d43ec5..e9d99de 100644 --- a/yaksh/templates/404.html +++ b/yaksh/templates/404.html @@ -1,5 +1,7 @@ {% extends "base.html" %} {% block content %} -{{ exception }} +It seems that you have encountered an error +Type of Error - {{ exception }} +Please contact your administrator {% endblock %} |