summaryrefslogtreecommitdiff
path: root/yaksh/templates/404.html
diff options
context:
space:
mode:
authormahesh2017-04-24 14:38:45 +0530
committermahesh2017-04-24 14:38:45 +0530
commit2c43a6b0555df1dea207bec88ef1f930aa66b0b9 (patch)
tree49192dbe0006154399c2b259f008f55111cf66ad /yaksh/templates/404.html
parent4ab90db99afafcf3d6ab91deeaf35e5f4874502b (diff)
parent7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939 (diff)
downloadonline_test-2c43a6b0555df1dea207bec88ef1f930aa66b0b9.tar.gz
online_test-2c43a6b0555df1dea207bec88ef1f930aa66b0b9.tar.bz2
online_test-2c43a6b0555df1dea207bec88ef1f930aa66b0b9.zip
Merge branch 'master' of https://github.com/fossee/online_test into kill_stray_processes
Diffstat (limited to 'yaksh/templates/404.html')
-rw-r--r--yaksh/templates/404.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html
index 7d33dd3..e9d99de 100644
--- a/yaksh/templates/404.html
+++ b/yaksh/templates/404.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block content %}
-The requested page does not exist.
+It seems that you have encountered an error
+Type of Error - {{ exception }}
+Please contact your administrator
{% endblock %}