diff --git a/pinaxcon/templates/registrasion/guided_registration.html b/pinaxcon/templates/registrasion/guided_registration.html new file mode 100644 index 0000000000000000000000000000000000000000..86f718e6672d68330f30e8b4e060fe16fe3d928f --- /dev/null +++ b/pinaxcon/templates/registrasion/guided_registration.html @@ -0,0 +1,18 @@ +{% extends "registrasion/guided_registration_.html" %} +{% comment %} + Blocks that you can override: + + - discounts_intro + - products_intro + +{% endcomment %} + +{% block content %} + + {% if current_step == 1 %} +
Attendees should fill out their own registration form.
When you complete the form, you'll receive a link that you can pass on to accounts staff if you need someone to pay on your behalf.
+ {% endif %} + + {{ block.super }} + +{% endblock %}