summaryrefslogtreecommitdiff
path: root/template/allotter
diff options
context:
space:
mode:
authorPrimal Pappachan2012-03-09 10:54:39 +0530
committerPrimal Pappachan2012-03-09 10:54:39 +0530
commit1264e2b94926a2238c25a4b6a1d91a2a2abe0bab (patch)
tree761bc3eb80e1f0ac42ab57baa7f80a2c9cb7f029 /template/allotter
parent313f9bcbb0366b0ed0bc6272bd25c9fe0e470fbf (diff)
downloadaloha-1264e2b94926a2238c25a4b6a1d91a2a2abe0bab.tar.gz
aloha-1264e2b94926a2238c25a4b6a1d91a2a2abe0bab.tar.bz2
aloha-1264e2b94926a2238c25a4b6a1d91a2a2abe0bab.zip
added 2 urls
Diffstat (limited to 'template/allotter')
-rw-r--r--template/allotter/apply.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/allotter/apply.html b/template/allotter/apply.html
index f397cb9..d9ce767 100644
--- a/template/allotter/apply.html
+++ b/template/allotter/apply.html
@@ -5,7 +5,7 @@
{% block content %}
Choose the options as per your preference
-<h3> {{user.first_name}} {{user.last_name}}</h3>
+<h3> {{user.first_name}} {{user.last_name}} {{user.user_name}}</h3>
<h3> {{subject}} </h3>
@@ -13,7 +13,7 @@ Choose the options as per your preference
{% csrf_token %}
{% for option in options %}
-<input name="option" type="check" value="{{option}}" />{{option.opt_name}}<br/>
+<input name="option" type="radio" value="{{option}}" />{{option.opt_name}}<br/>
{% endfor %}
<input type="submit" name="save" value="Save" />