diff options
author | Primal Pappachan | 2012-03-09 10:56:51 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-03-09 10:56:51 +0530 |
commit | a8a644acdd7775da36cd109701a6a7235b851dd2 (patch) | |
tree | 06add862b518c0c2add9375a7bf8d9cfd1729e53 /template/allotter | |
parent | e95e8154391b1d1f60bff72e18ab935d66eaaa17 (diff) | |
parent | 83a237759bf184c1907efe56b8bf27a630112923 (diff) | |
download | aloha-a8a644acdd7775da36cd109701a6a7235b851dd2.tar.gz aloha-a8a644acdd7775da36cd109701a6a7235b851dd2.tar.bz2 aloha-a8a644acdd7775da36cd109701a6a7235b851dd2.zip |
added 2 urls
Diffstat (limited to 'template/allotter')
-rw-r--r-- | template/allotter/apply.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/allotter/apply.html b/template/allotter/apply.html index d9ce767..72c96c3 100644 --- a/template/allotter/apply.html +++ b/template/allotter/apply.html @@ -3,6 +3,12 @@ {% block title %}Application form {% endblock %} {% block content %} + +<h2>Hello, there</h2> + +<p> Welcome <strong>{{user.first_name.title}} {{user.last_name.title}}</strong>, +to JAM 2012 allotment! </p> + Choose the options as per your preference <h3> {{user.first_name}} {{user.last_name}} {{user.user_name}}</h3> @@ -24,4 +30,5 @@ Choose the options as per your preference <input type="submit" name="quit" value="Quit Allotment" /> </form> +<a href="{{URL_ROOT}}/allotter/logout/">Logout</a> {% endblock content %} |