Turning off embedded PayPal UI to see whether paypal redirect works properly on please

pull/1/head
Raymond Yee 2011-11-23 13:14:39 -08:00
parent b6d9f7463d
commit 83b006b2d3
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ def wishlist(request):
class CampaignFormView(FormView):
template_name="campaign_detail.html"
form_class = CampaignPledgeForm
embedded = True
embedded = False
def get_context_data(self, **kwargs):
pk = self.kwargs["pk"]