From 379bde6f568afd0ca48c7b46b8b65fd520968e8c Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 16 Nov 2010 18:33:10 +0530 Subject: Convert multiple conditions to nested if in template since Django has a bug with conditionals in templates. --HG-- branch : payments --- project/templates/registration/manage_payments.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'project') diff --git a/project/templates/registration/manage_payments.html b/project/templates/registration/manage_payments.html index d340d5f..472b53b 100644 --- a/project/templates/registration/manage_payments.html +++ b/project/templates/registration/manage_payments.html @@ -14,9 +14,11 @@ -- cgit