diff --git a/pinaxcon/templates/registrasion/_category_list.html b/pinaxcon/templates/registrasion/_category_list.html index 16d94263..4ec62aa2 100644 --- a/pinaxcon/templates/registrasion/_category_list.html +++ b/pinaxcon/templates/registrasion/_category_list.html @@ -1,4 +1,4 @@ -
--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 }}
-- {% for discount in discount_type.list %} -
- {% endfor %} -- {{ discount.quantity }} × {{ discount.clause }}
- {% endfor %} -
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 %} +You can add these items now, or you can come back and add them in a later purchase.
- {% missing_categories as missing %} {% if missing %} -+ {% missing_categories as missing %} You have not selected anything from the following categories. If your ticket includes any of these, you still need to make a selection: -
{% include "registrasion/_category_list.html" with categories=missing %}