diff --git a/pinaxcon/templates/registrasion/amend_registration.html b/pinaxcon/templates/registrasion/amend_registration.html index faa66c88fbeb919ad22b82fff5bac101267158c2..c5bc2cc99703b93d2be9f7c07cc24136215b9d3e 100644 --- a/pinaxcon/templates/registrasion/amend_registration.html +++ b/pinaxcon/templates/registrasion/amend_registration.html @@ -13,11 +13,11 @@ cancel the invoice that added those items. You will need to re-add the items from that invoice for the user to have them available again.

-{% include "registrasion/items_list.html" with items=paid %} +{% include "registrasion/_items_list.html" with items=paid %}

Cancelled Items

-{% include "registrasion/items_list.html" with items=cancelled %} +{% include "registrasion/_items_list.html" with items=cancelled %}

Amend pending items