From 8eefe0c6e411b03bfde87fd6513625b621a6b3fd Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Fri, 17 Jan 2025 09:20:13 -0500 Subject: [PATCH] Hide group code text on sold-out page We'll show this again in at-con mode with slightly different wording, as a very small number of people will still need it. --- uber/templates/preregistration/claim_badge.html | 2 +- uber/templates/static_views/prereg_soldout.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 %}