diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index edcdb79f9f9804110527063c641dc31df2cf03e7..e86e640f03347b2429a3275b0ac549f869c8010e 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -13,6 +13,16 @@ {% block header_lead %}User Dashboard{% endblock %} {% block main_class %}{% endblock %} +{% block alert %} +{% if user.attendee.completed_registration %} +
+
+ Air New Zealand offer: Use LCA2019 for a 5% discount off all non-sale fare levels from Sydney, Melbourne, Brisbane, Gold Coast, Cairns, Adelaide and Perth through to Christchurch. +
+
+{% endif %} +{% endblock %} + {% block content %} {% available_categories as categories %} @@ -20,10 +30,10 @@

Dashboard

-{% if categories %} +{% if categories %} {% include "symposion/dashboard/_categories.html" %} {% endif %} - +
{% include "symposion/dashboard/speaking.html" %} @@ -130,7 +140,7 @@
{% for team in available_teams %} - {% include "symposion/teams/_team_row.html" %} + {% include "symposion/teams/_team_row.html" %} {% endfor %}
@@ -149,7 +159,7 @@ function toggleVoidInvoices() { $btn = $("#toggle-void-invoices"); $invoices = $(".void-invoice") - + if (visible) { $invoices.hide(); btnText = "Show void invoices";