From b348c93fee359314c7ca7a461a8a2044bc382e62 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 25 Sep 2018 01:56:06 +0200 Subject: [PATCH] Add product hidden input type To distinguish generic-payment-form submit --- datacenterlight/templates/datacenterlight/landing_payment.html | 1 + 1 file changed, 1 insertion(+) diff --git a/datacenterlight/templates/datacenterlight/landing_payment.html b/datacenterlight/templates/datacenterlight/landing_payment.html index 3e5c8350..5cc3875f 100644 --- a/datacenterlight/templates/datacenterlight/landing_payment.html +++ b/datacenterlight/templates/datacenterlight/landing_payment.html @@ -72,6 +72,7 @@
{% csrf_token %} + {% for field in generic_payment_form %} {% bootstrap_field field show_label=False type='fields'%} {% endfor %}