Skip to content

Commit

Permalink
Hide group code text on sold-out page
Browse files Browse the repository at this point in the history
We'll show this again in at-con mode with slightly different wording, as a very small number of people will still need it.
  • Loading branch information
kitsuta committed Jan 17, 2025
1 parent 5403bce commit 8eefe0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uber/templates/preregistration/claim_badge.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="row g-sm-3">
<div class="col-6">
<label class="form-text">Group Code</label>
<label class="form-text">Group or Promo Code</label>
<div class="mb-3"><input type="text" class="form-control" name="promo_code_code" value="{{ attendee.promo_code_code }}"></div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion uber/templates/static_views/prereg_soldout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ <h2 style='color:red'>Unfortunately, {{ c.EVENT_NAME_AND_YEAR }} has sold out.</
We'll see you {{ c.EVENT_MONTH }} {{ c.EVENT_START_DAY }} - {{ c.EVENT_END_DAY }}.<br/>
<br/>
Please <a href="{{ c.CONTACT_URL }}">contact us</a> if you have any questions.<br/>
<br/>You can still <a href="../preregistration/claim_badge">claim a group badge</a> using a group code.
{% if c.GROUPS_ENABLED %}<br/>You can still <a href="../preregistration/claim_badge">claim a group badge</a> using a group code.
{% elif c.AT_THE_CON %}<br/>If you have a promo code provided by a {{ c.EVENT_NAME }} staff member, please use it <a href="../preregistration/claim_badge">here</a>.
{% endif %}
</body>
</html>

0 comments on commit 8eefe0c

Please sign in to comment.