diff -r d552e3a8f7e2 -r 861223798fa4 project/templates/registration/manage_payments.html --- a/project/templates/registration/manage_payments.html Mon Nov 29 16:16:28 2010 +0530 +++ b/project/templates/registration/manage_payments.html Mon Nov 29 21:15:51 2010 +0530 @@ -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 }} |
---|