diff --git a/pinaxcon/templates/registrasion/guided_registration_complete.html b/pinaxcon/templates/registrasion/guided_registration_complete.html index 30dc3ce241a8da7aa8735f8e7d7bcb5558aca998..f906c8be27ce9f02c7ee2fabce50334c8e111570 100644 --- a/pinaxcon/templates/registrasion/guided_registration_complete.html +++ b/pinaxcon/templates/registrasion/guided_registration_complete.html @@ -13,12 +13,12 @@

You've selected the following items, which will be in your invoice when you check out:

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

You've already paid for the following items:

{% items_purchased as purchased %} {% if purchased %} - {% include "registrasion/items_list.html" with items=purchased suffix="(PAID)" %} + {% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %} {% endif %}