diff --git a/pinaxcon/templates/registrasion/profile_form.html b/pinaxcon/templates/registrasion/profile_form.html new file mode 100644 index 0000000000000000000000000000000000000000..103c2ad1e42f2f76a5dbe5f86ce5d4e5b12b73aa --- /dev/null +++ b/pinaxcon/templates/registrasion/profile_form.html @@ -0,0 +1,24 @@ +{% extends "registrasion/base.html" %} +{% load bootstrap %} + +{% block body %} + +

Your profile

+ +

These details will appear on your badge, your invoices, and will be used + to order catered food at the conference.

+ +
+ {% csrf_token %} + + + {{ form|bootstrap }} +
+ +
+ +
+
+ + +{% endblock %}