diff --git a/pinaxcon/templates/registrasion/product_category.html b/pinaxcon/templates/registrasion/product_category.html index 42b9c26e66d71f0a7fefe40d8fe7f70d850c2554..df61fbfa9938b4719bb4a9a304e9b02196199026 100644 --- a/pinaxcon/templates/registrasion/product_category.html +++ b/pinaxcon/templates/registrasion/product_category.html @@ -2,35 +2,26 @@ {% load registrasion_tags %} {% load lca2018_tags %} -{% block header_title %}Product Category: {{ category.name }}{% endblock %} -{% block header_inset_image %}{% illustration "lavender.svg" %}{% endblock %} +{% block page_title %}Product Category: {{ category.name }}{% endblock %} {% block scripts_extra %} {{ voucher_form.media.js }} {{ form.media.js }} - - {% endblock %} {% block proposals_body %} -
{% csrf_token %} - -
- {% items_purchased category as items %} {% if items %}

Paid items

You have already paid for the following items:

{% include "registrasion/_items_list.html" with items=items %} - {% endif %} - -

{{ category.name }}

+

{{ category.name }}

{{ category.description|safe }}
@@ -38,16 +29,13 @@ {% include "registrasion/discount_list.html" with discounts=discounts %} {% endif %} -

Make a selection

+

Make a selection

{% include "_form_snippet.html" with form=form %}
- + + Return to dashboard
- {% endblock %}