diff --git a/pinaxcon/templates/registrasion/amend_registration.html b/pinaxcon/templates/registrasion/amend_registration.html new file mode 100644 index 0000000..faa66c8 --- /dev/null +++ b/pinaxcon/templates/registrasion/amend_registration.html @@ -0,0 +1,46 @@ +{% extends "site_base.html" %} +{% load bootstrap %} +{% load registrasion_tags %} + +{% block body %} + +
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 %} + +