summaryrefslogtreecommitdiff
path: root/yaksh/templates/404.html
blob: f8dc1d0f151a9eda3b4011e64ed3adeca343b33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% 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 %}
<center>
It seems that you have encountered an error
<br>
Please contact your administrator
<br><br>
<div class="alert alert-danger animated flash col-md-8">Error Message:- {{exception}}</div>
</center>
{% endblock %}