summaryrefslogtreecommitdiff
path: root/aloha/template/500.html
blob: b55f7ddf03f56518f26ee9542437256a60587a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}


{% block title %}Login{% endblock title %}

{% block content %}
<h2> Welcome to the JAM 2012 Admission website</h2>
<h2>Internal Server Error...</h2>
<h3>Looks like something has gone wrong. An email has been sent to the administrator</h3>
<hr />

<h3>Please follow this <a href="/allotter">link</a> to login</h3>

{% endblock content %}