diff --git a/pinaxcon/templates/registrasion/profile_form.html b/pinaxcon/templates/registrasion/profile_form.html index 3a1012341932d5acbe8ec06aa2d72fb415558da6..3cac963bbf3d5a2b5457a7d01e489c1634ab269a 100644 --- a/pinaxcon/templates/registrasion/profile_form.html +++ b/pinaxcon/templates/registrasion/profile_form.html @@ -1,11 +1,7 @@ {% extends "registrasion/base.html" %} {% load lca2018_tags %} -{% block header_title %}Your profile{% endblock %} -{% block header_paragraph %} - These details will appear on your badge, your invoices, and will be used - to order catered food at the conference. -{% endblock %} + {% block scripts_extra %} {{ form.media.js }} @@ -25,19 +21,19 @@ {% endblock %} -{% block content %} +{% block proposals_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 %} -
{% include "_form_snippet.html" with form=form %}
-
- - {% if user.attendee %} - Cancel - {% endif %} -
+ + {% if user.attendee %} + Cancel + {% endif %}
{% endblock %}