Skip to content

Commit

Permalink
Clean up the accoutrement field a bit
Browse files Browse the repository at this point in the history
Just for the next deploy
  • Loading branch information
kitsuta committed Jan 18, 2024
1 parent bd94c6c commit 382fc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magprime/templates/forms/attendee/admin_badge_flags.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{{ super() }}
<div class="row g-sm-3">
<div class="col">
<div class="form-text">Accoutrements</div>
<div class="mb-4">{{ attendee.accoutrements }}</div>
<div class="form-text">Sticker/Wristband</div>
<div class="mb-4">{{ attendee.accoutrements[6:]|replace("a ","") }}</div>
</div>
</div>
{% endblock %}

0 comments on commit 382fc8f

Please sign in to comment.