diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index d39c2b19..9f547b20 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -2,9 +2,9 @@ {% load bootstrap %} {% block extra_style %} - + {% endblock %} {% if form.non_field_errors %} diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 3a22c5be..11dc0e14 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -14,319 +14,314 @@ {% block content %} -
To attend the conference, you must register 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 weekend before the conference
- Edit attendee profile +To attend the conference, you must register an attendee profile and purchase your ticket
+ Get your ticketIf you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the weekend before the conference
+ Edit attendee profile +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.
-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.
- {% if not user.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 + {% if not user.speaker_profile %} +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.
+ {% if not user.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 +{{ 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 +{{ 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 -