diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 5742e5fe8d99a4c50fcf374da6e69cc235d4ffe0..82f799bc114709f3e7552f09c51a068ba0cb285e 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -94,13 +94,16 @@ {% endif %} + {% sold_out_and_unregistered as sold_out %}
{% if not user.attendee.completed_registration %} + {% if not sold_out %} Register for the conference + {% endif %} {% else %} Edit your attendee profile @@ -131,7 +134,13 @@
{% if not user.attendee.completed_registration %} + {% if not sold_out %}

To attend the conference, you must purchase a ticket. Use our registration form to purchase your ticket. + {% else %} +

There are no tickets available to the general public.

+ +

If you have a voucher code, you can enter that voucher code, which may enable tickets for you.

+ {% endif %} {% else %}

Your registration

{% items_pending as pending %}