diff --git a/pinaxcon/templates/_form_btns.html b/pinaxcon/templates/_form_btns.html new file mode 100644 index 00000000..a38a9ce7 --- /dev/null +++ b/pinaxcon/templates/_form_btns.html @@ -0,0 +1,2 @@ + + Cancel \ No newline at end of file diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index 1e5193a3..09f49b88 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -1,5 +1,6 @@ {% load lca2018_tags %} {% load bootstrap %} +{% load crispy_forms_tags %} {% if form.non_field_errors %}
- Fields marked with * are required. + Fields marked with a-{{ form|bootstrap_horizontal }} +{% crispy form %} diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 94366cf5..d041014f 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -11,363 +11,362 @@ {% block header_title %}linux.conf.au 2019{% endblock %} {% block header_lead %}User Dashboard{% endblock %} - +{% block main_class %}{% endblock %} {% block content %} - {% available_categories as categories %} - {% if categories %} +{% available_categories as categories %} +
* are required
To attend the conference, you must create an attendee profile and purchase your ticket
+ Get your ticket +If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the 15th January 2018
+ Preview my badge + Edit attendee profileIf you would like to change your registered email address or password, you can use our self-service account management portal
+ Account Management +To attend the conference, you must create an attendee profile and purchase your ticket
- Get your ticket -If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the 15th January 2018
- Preview my badge - Edit attendee profile + {% include "registrasion/_items_list.html" with items=pending %} +If you would like to change your registered email address or password, you can use our self-service account management portal
- Account Management + {% include "registrasion/_items_list.html" with items=purchased %}You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to for a refund to your original payment source.
-You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to for a refund to your original payment source.
- Your speaker profile is independent of your attendee profile and the details you provide here will be used during selection and to populate your speaker bio on the conference website. -
- {% if not user.speaker_profile %} -To create a speaking or miniconf proposal you must first create a speaker profile.
- Create Profile - {% else %} - Edit Profile - {% endif %} -You may use the following form to create a speaking or miniconf proposal.
-Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page
- New Proposal -+ To create a speaking or miniconf proposal you must first create a speaker + profile. +
+ {% endif %} ++ Your speaker profile is independent of your attendee profile and the + details you provide here will be used during selection and to populate + your speaker bio on the conference website. +
+You may use the following form to create a speaking or miniconf proposal.
+Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page
+{{ membership.team.description }}
{% endif %} - Details - {{ membership.get_state_display }} - {% if membership.state == "manager" or user.is_staff %} - {% if membership.team.applicants %}{{ membership.team.applicants.count }} applicant{{ membership.team.applicants.count|pluralize }}{% endif %} - {% endif %} -{{ membership.team.description }}
{% endif %} + Details + {{ membership.get_state_display }} + {% if membership.state == "manager" or user.is_staff %} + {% if membership.team.applicants %}{{ membership.team.applicants.count }} applicant{{ membership.team.applicants.count|pluralize }}{% endif %} + {% endif %}{{ team.description }}
{% endif %} - {{ team.get_access_display }} - Details -{{ team.description }}
{% endif %} + {{ team.get_access_display }} + Details +