From 1264e2b94926a2238c25a4b6a1d91a2a2abe0bab Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Fri, 9 Mar 2012 10:54:39 +0530 Subject: added 2 urls --- template/allotter/apply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/allotter') 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 -

{{user.first_name}} {{user.last_name}}

+

{{user.first_name}} {{user.last_name}} {{user.user_name}}

{{subject}}

@@ -13,7 +13,7 @@ Choose the options as per your preference {% csrf_token %} {% for option in options %} -{{option.opt_name}}
+{{option.opt_name}}
{% endfor %} -- cgit