diff options
author | adityacp | 2018-02-20 12:04:05 +0530 |
---|---|---|
committer | adityacp | 2018-02-20 12:04:05 +0530 |
commit | 2a46206abfd04509707f7bf21a9f6dbc1b2b6b82 (patch) | |
tree | c3385f10813df5bfbff612457e08c0045bbc64a9 /yaksh/templates/404.html | |
parent | d183f9882e43b650ed5d189cf451f0210135e2f4 (diff) | |
parent | 438f8657021981fc7b2e5adbacc13eb332a2e6d3 (diff) | |
download | online_test-2a46206abfd04509707f7bf21a9f6dbc1b2b6b82.tar.gz online_test-2a46206abfd04509707f7bf21a9f6dbc1b2b6b82.tar.bz2 online_test-2a46206abfd04509707f7bf21a9f6dbc1b2b6b82.zip |
Update to latest changes
Diffstat (limited to 'yaksh/templates/404.html')
-rw-r--r-- | yaksh/templates/404.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html index e9d99de..d4777f2 100644 --- a/yaksh/templates/404.html +++ b/yaksh/templates/404.html @@ -1,7 +1,13 @@ {% extends "base.html" %} +{% block pagetitle %} <h2>Yaksh</h2> {% endblock %} + {% block content %} +<center> It seems that you have encountered an error -Type of Error - {{ exception }} +<br> Please contact your administrator +<br><br> +<div class="alert alert-danger">Error Message:- {{exception}}</div> +</center> {% endblock %} |