diff options
author | adityacp | 2017-04-26 14:35:10 +0530 |
---|---|---|
committer | adityacp | 2017-04-26 14:35:10 +0530 |
commit | fdbc43f2216661c6166590b7f81cf598976167a0 (patch) | |
tree | 97bf44f4f06f830205d433188d7893922fc88136 /yaksh/templates/404.html | |
parent | 66add60208394d9aebdc642564ad905d4fc096c4 (diff) | |
parent | 7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939 (diff) | |
download | online_test-fdbc43f2216661c6166590b7f81cf598976167a0.tar.gz online_test-fdbc43f2216661c6166590b7f81cf598976167a0.tar.bz2 online_test-fdbc43f2216661c6166590b7f81cf598976167a0.zip |
Merge https://github.com/fossee/online_test into email_verification
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 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 %} |