diff --git a/pinaxcon/templates/registrasion/amend_registration.html b/pinaxcon/templates/registrasion/amend_registration.html deleted file mode 100644 index c5bc2cc99703b93d2be9f7c07cc24136215b9d3e..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/amend_registration.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "site_base.html" %} -{% load bootstrap %} -{% load registrasion_tags %} - -{% block body %} - -

Item summary for {{ user.attendee.attendeeprofilebase.attendee_name }} - (id={{user.id}})

- -

Paid Items

- -

You cannot remove paid items from someone's registration. You must first - 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 %} - -

Cancelled Items

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

Amend pending items

- -
- {% csrf_token %} - {{ form | bootstrap}} -
- -
- -

Generate invoice

- -
- Check out cart and view invoice -
- -

Apply voucher

- -
- {% csrf_token %} - {{ voucher_form | bootstrap}} -
- -
- -{% endblock %}