diff options
author | Prabhu Ramachandran | 2017-04-24 13:35:15 +0530 |
---|---|---|
committer | GitHub | 2017-04-24 13:35:15 +0530 |
commit | 7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939 (patch) | |
tree | 8c439f46bf96ce695296527072dfa94c7720a041 /yaksh/templates/404.html | |
parent | 0208f8643a80fbee52ad8ff273bdc459f00d0e89 (diff) | |
parent | 0688e71c1b20d57234ac19473a88cd8419cd8928 (diff) | |
download | online_test-7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939.tar.gz online_test-7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939.tar.bz2 online_test-7da22eb25f2bd5c0a6c5ba29d1febacb4f03f939.zip |
Merge pull request #268 from adityacp/download_assignments
Download assignments
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 %} |