summaryrefslogtreecommitdiff
path: root/yaksh/templates/404.html
diff options
context:
space:
mode:
authoradityacp2017-03-31 16:37:07 +0530
committeradityacp2017-04-10 11:51:08 +0530
commitbd8c2c653a06e29dcf7a1a0103f7735f46f0c488 (patch)
treeaebb26c0e61f9d4050a2a44e0f9441de820956a6 /yaksh/templates/404.html
parent592353ba30178654975f4c64602414cac7f41a9d (diff)
downloadonline_test-bd8c2c653a06e29dcf7a1a0103f7735f46f0c488.tar.gz
online_test-bd8c2c653a06e29dcf7a1a0103f7735f46f0c488.tar.bz2
online_test-bd8c2c653a06e29dcf7a1a0103f7735f46f0c488.zip
Change in templates and js and urls
- Add urls to download quiz assignments in urls.p - Catch Http404 exception message in 404.html template - Add download assignment links for quiz in grade_user.html - Fix javascript validation in add_question.js
Diffstat (limited to 'yaksh/templates/404.html')
-rw-r--r--yaksh/templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html
index 7d33dd3..8d43ec5 100644
--- a/yaksh/templates/404.html
+++ b/yaksh/templates/404.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block content %}
-The requested page does not exist.
+{{ exception }}
{% endblock %}