summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparth2012-03-30 14:26:54 +0530
committerparth2012-03-30 14:26:54 +0530
commit2e35ba25fd61274a3a72fa7bdfad944125709899 (patch)
treeaa164c4d7795aa71256e8c2accf5d9ed4f20b454
parent3d919733cfb88512da2e24b03c87901646e8d90c (diff)
downloadaloha-2e35ba25fd61274a3a72fa7bdfad944125709899.tar.gz
aloha-2e35ba25fd61274a3a72fa7bdfad944125709899.tar.bz2
aloha-2e35ba25fd61274a3a72fa7bdfad944125709899.zip
added 404 and 500 filed
-rw-r--r--aloha/template/404.html14
-rw-r--r--aloha/template/500.html15
2 files changed, 29 insertions, 0 deletions
diff --git a/aloha/template/404.html b/aloha/template/404.html
new file mode 100644
index 0000000..bbc1331
--- /dev/null
+++ b/aloha/template/404.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+
+{% block title %}Login{% endblock title %}
+
+{% block content %}
+<h2> Welcome to the JAM 2012 Admission website</h2>
+<h2>The page you are requesting is not available</h2>
+<hr />
+
+<h3>Please follow this <a href="/allotter">link</a> to login</h3>
+
+{% endblock content %}
+
diff --git a/aloha/template/500.html b/aloha/template/500.html
new file mode 100644
index 0000000..b55f7dd
--- /dev/null
+++ b/aloha/template/500.html
@@ -0,0 +1,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 %}
+