diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 30bdc221..e94b7d73 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -1,7 +1,7 @@ {% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} -{% load proposal_tags %} + {% load review_tags %} {% load teams_tags %} {% load registrasion_tags %} @@ -22,61 +22,18 @@ {% include "symposion/dashboard/_categories.html" %} {% endif %} -
To attend the conference, you must create an attendee profile and purchase your ticket
-If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile here.
- -If you would like to change your registered email address or password, you can use our self-service account management portal
-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 if you wish to arrange a refund to your original payment source.
Click one of the following links 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
-- {{ proposal.kind.name }} +
{% if proposal.cancelled %} - Cancelled + Cancelled {% else %} - {% if request.user == proposal.speaker.user %} - {% if proposal.result.status == "accepted" %} - Accepted - {% else %} - Submitted - {% endif %} - {% else %} - Invited - {% endif %} + {% if request.user == proposal.speaker.user %} + {% if proposal.result.status == "accepted" %} + Accepted + {% else %} + Submitted + {% endif %} + {% else %} + Invited + {% endif %} {% endif %} -
-{{ proposal.abstract|truncatewords:40 }}
+ +{{ proposal.abstract|truncatewords:40 }}
- {{ proposal.kind.name }} {% if proposal.cancelled %} - Cancelled + Cancelled {% else %} {% if request.user == proposal.speaker.user %} {% if proposal.result.status == "accepted" %} @@ -25,10 +28,10 @@ {% elif proposal.result.status == "standby" %} Standby {% else %} - Submitted + Submitted {% endif %} {% else %} - Associated + Associated {% endif %} {% endif %}
@@ -36,10 +39,10 @@