diff --git a/uber/templates/preregistration/claim_badge.html b/uber/templates/preregistration/claim_badge.html index 9f83e7836..15c2d7ad1 100644 --- a/uber/templates/preregistration/claim_badge.html +++ b/uber/templates/preregistration/claim_badge.html @@ -12,7 +12,7 @@
- +
diff --git a/uber/templates/static_views/prereg_soldout.html b/uber/templates/static_views/prereg_soldout.html index 3babe86e4..881b26f2e 100644 --- a/uber/templates/static_views/prereg_soldout.html +++ b/uber/templates/static_views/prereg_soldout.html @@ -7,6 +7,8 @@

Unfortunately, {{ c.EVENT_NAME_AND_YEAR }} has sold out.
Please contact us if you have any questions.
-
You can still claim a group badge using a group code. + {% if c.GROUPS_ENABLED %}
You can still claim a group badge using a group code. + {% elif c.AT_THE_CON %}
If you have a promo code provided by a {{ c.EVENT_NAME }} staff member, please use it here. + {% endif %}