From f047deba7628b03914ac087a82f96d2c7fe90cad Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 7 Jan 2018 16:43:11 +0100 Subject: [PATCH] place card btn in proper div --- src/shop/templates/order_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shop/templates/order_detail.html b/src/shop/templates/order_detail.html index c8dd86fc..6a43b040 100644 --- a/src/shop/templates/order_detail.html +++ b/src/shop/templates/order_detail.html @@ -109,9 +109,9 @@
{% bootstrap_button " Cash" button_type="submit" button_class="btn-primary" name="payment_method" value="cash" %}
- -
- {% bootstrap_button " Credit card*" button_type="submit" button_class="btn-primary" name="payment_method" value="credit_card" %} +
+ {% bootstrap_button " Credit card*" button_type="submit" button_class="btn-primary" name="payment_method" value="credit_card" %} +
* Please consider the alternatives before choosing credit card. Credit cards are expensive and difficult for us to handle. Thank you!