diff options
Diffstat (limited to 'yaksh/templates/500.html')
-rw-r--r-- | yaksh/templates/500.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yaksh/templates/500.html b/yaksh/templates/500.html index d02721f..b3bf710 100644 --- a/yaksh/templates/500.html +++ b/yaksh/templates/500.html @@ -1,7 +1,18 @@ {% extends "base.html" %} +{% block pagetitle %} +<div class="yakshnav fixed-top" style=" padding-top: 0.5%;padding-bottom: 0.5%;"> + <a class="navbar-brand" href="{{ URL_ROOT }}/exam/" > + <img src="{{ URL_ROOT }}/static/yaksh/images/yaksh_banner.png" alt="YAKSH"> + </img> + </a> +</div> +{% endblock %} {% block content %} +<br><br> +<center> Internal Server error.<br /> This event will be reported.<br /> Sorry for the inconvinience. +</center> {% endblock %} |