diff options
-rw-r--r-- | aloha/static/img/glyphicons-halflings-white.png | bin | 4352 -> 0 bytes | |||
-rw-r--r-- | aloha/static/img/glyphicons-halflings.png | bin | 4352 -> 0 bytes | |||
-rw-r--r-- | aloha/template/404.html | 2 | ||||
-rw-r--r-- | aloha/template/500.html | 2 | ||||
-rw-r--r-- | aloha/template/browser-version.html | 2 |
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 Binary files differdeleted file mode 100644 index a20760b..0000000 --- a/aloha/static/img/glyphicons-halflings-white.png +++ /dev/null diff --git a/aloha/static/img/glyphicons-halflings.png b/aloha/static/img/glyphicons-halflings.png Binary files differdeleted file mode 100644 index 92d4445..0000000 --- a/aloha/static/img/glyphicons-halflings.png +++ /dev/null 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> |