summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}