diff --git a/pinaxcon/templates/registrasion/profile_form.html b/pinaxcon/templates/registrasion/profile_form.html index 1c896c827f7bf2267f75821f49f2228cc4b6a577..38c7f14e390348d0936a3213c7d051ca7a2c0ae7 100644 --- a/pinaxcon/templates/registrasion/profile_form.html +++ b/pinaxcon/templates/registrasion/profile_form.html @@ -3,7 +3,6 @@ {% load pyconau2017_tags %} {% block header_title %}Your profile{% endblock %} -{% block header_inset_image %}{% illustration "antarctica.svg" %}{% endblock %} {% block header_paragraph %} These details will appear on your badge, your invoices, and will be used to order catered food at the conference. @@ -11,23 +10,22 @@ {% block scripts_extra %} {{ form.media.js }} - {% endblock %} {% block content %} -
+ {% csrf_token %}
- {% include "_form_snippet.html" with form=form %} -
- + {% include "_form_snippet.html" with form=form %} +
+
-
{% endblock %}