From 123de1a15d6ac8349626ab4f6684158df8c2078c Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Sep 2018 15:14:48 +1200 Subject: [PATCH] Further FE improvements for checkout process --- .../templates/registrasion/discount_list.html | 2 +- pinaxcon/templates/registrasion/invoice.html | 43 ++--- .../registrasion/manual_payment.html | 2 +- pinaxcon/templates/registrasion/review.html | 17 +- .../stripe/credit_card_payment.html | 10 +- .../symposion/dashboard/_categories.html | 181 +++++++----------- static/src/scss/app.scss | 7 + 7 files changed, 109 insertions(+), 153 deletions(-) diff --git a/pinaxcon/templates/registrasion/discount_list.html b/pinaxcon/templates/registrasion/discount_list.html index 74d4e0a1..7bee317c 100644 --- a/pinaxcon/templates/registrasion/discount_list.html +++ b/pinaxcon/templates/registrasion/discount_list.html @@ -4,7 +4,7 @@

The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. This discounts will be applied automatically when you check out.

{% regroup discounts by discount.description as discounts_grouped %} {% for discount_type in discounts_grouped %} -

{{ discount_type.grouper }}

+ {{ discount_type.grouper }}