# HG changeset patch # User Madhusudan.C.S # Date 1290428701 -19800 # Node ID 3ea1acce0f789894bfaa439e95da8349c86291e5 # Parent 91aeddac8b80c0e12e4b29da049ea63ac01c8324 Add payment mode and details to the management page details. diff -r 91aeddac8b80 -r 3ea1acce0f78 project/templates/registration/manage_payments.html --- a/project/templates/registration/manage_payments.html Sun Nov 21 12:18:24 2010 +0530 +++ b/project/templates/registration/manage_payments.html Mon Nov 22 17:55:01 2010 +0530 @@ -10,6 +10,12 @@
Payment Details + + + + + + {% for registrant in registrants %} + {% endfor %}
Full NameConfirmedPayment ModeDetails
@@ -33,6 +39,8 @@ {% endif %} />
+
{{ registrant.registrant.payment_set.get.type }}{{ registrant.registrant.payment_set.get.details }}