summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparth2012-04-12 12:43:53 +0530
committerparth2012-04-12 12:43:53 +0530
commit91f1f373beaff8a18dfb40fc0f8a7e7af160d9e0 (patch)
tree49d9438fcfe4caaee34954a9a59b3b84ace366ee
parente087766a2da9daf6592a512aa55a17f4c75b588e (diff)
downloadaloha-91f1f373beaff8a18dfb40fc0f8a7e7af160d9e0.tar.gz
aloha-91f1f373beaff8a18dfb40fc0f8a7e7af160d9e0.tar.bz2
aloha-91f1f373beaff8a18dfb40fc0f8a7e7af160d9e0.zip
removed the hello.html
-rw-r--r--aloha/template/allotter/hello.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/aloha/template/allotter/hello.html b/aloha/template/allotter/hello.html
deleted file mode 100644
index 0d07c7f..0000000
--- a/aloha/template/allotter/hello.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %} Welcome Note {% endblock %}
-
-{% block content %}
-<h2>Hello, there</h2>
-
-<p> Welcome <strong>{{user.first_name.title}} {{user.last_name.title}}</strong>,
-to JAM 2012 allotment! </p>
-
-{% endblock content %}