From c42f2686cf42c78525e01aaa0e698160e53221d7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Sep 2018 16:13:38 +1200 Subject: [PATCH] Update profile form --- .../templates/registrasion/profile_form.html | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/pinaxcon/templates/registrasion/profile_form.html b/pinaxcon/templates/registrasion/profile_form.html index 3a101234..3cac963b 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 %}