summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aloha/static/img/glyphicons-halflings-white.pngbin4352 -> 0 bytes
-rw-r--r--aloha/static/img/glyphicons-halflings.pngbin4352 -> 0 bytes
-rw-r--r--aloha/template/404.html2
-rw-r--r--aloha/template/500.html2
-rw-r--r--aloha/template/browser-version.html2
5 files changed, 3 insertions, 3 deletions
diff --git a/aloha/static/img/glyphicons-halflings-white.png b/aloha/static/img/glyphicons-halflings-white.png
deleted file mode 100644
index a20760b..0000000
--- a/aloha/static/img/glyphicons-halflings-white.png
+++ /dev/null
Binary files differ
diff --git a/aloha/static/img/glyphicons-halflings.png b/aloha/static/img/glyphicons-halflings.png
deleted file mode 100644
index 92d4445..0000000
--- a/aloha/static/img/glyphicons-halflings.png
+++ /dev/null
Binary files differ
diff --git a/aloha/template/404.html b/aloha/template/404.html
index bbc1331..fe29099 100644
--- a/aloha/template/404.html
+++ b/aloha/template/404.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Login{% endblock title %}
+{% block title %}The requested page is not available{% endblock title %}
{% block content %}
<h2> Welcome to the JAM 2012 Admission website</h2>
diff --git a/aloha/template/500.html b/aloha/template/500.html
index b55f7dd..d5c4f7e 100644
--- a/aloha/template/500.html
+++ b/aloha/template/500.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Login{% endblock title %}
+{% block title %}Internal Server Error...{% endblock title %}
{% block content %}
<h2> Welcome to the JAM 2012 Admission website</h2>
diff --git a/aloha/template/browser-version.html b/aloha/template/browser-version.html
index 891c61a..e74cf39 100644
--- a/aloha/template/browser-version.html
+++ b/aloha/template/browser-version.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Login{% endblock title %}
+{% block title %}Unsupported browser{% endblock title %}
{% block content %}
<h2> Welcome to the JAM 2012 Admission website</h2>