From b3c3944b5416f4cf499a47453006a63270cbd5bf Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 29 Nov 2010 21:15:51 +0530 Subject: Add new fields to payment form for accommodation. --- .../templates/registration/manage_payments.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'project/templates') diff --git a/project/templates/registration/manage_payments.html b/project/templates/registration/manage_payments.html index 4f0be3b..a1c4571 100644 --- a/project/templates/registration/manage_payments.html +++ b/project/templates/registration/manage_payments.html @@ -12,7 +12,9 @@
Full Name | -Confirmed | +Reg. Confirmed | +Accommodation. Confirmed | +Date of Payment | Payment Mode | Details |
+ {{ field.errors }}
+ + |
+
+ {{ field.errors }}
+ + |
{{ registrant.registrant.payment_set.get.type }} | {{ registrant.registrant.payment_set.get.details }} | -- cgit
---|