Skip to content

Commit

Permalink
Add . at end of meal deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Jun 3, 2024
1 parent 1380de4 commit 6b4876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magstock/templates/forms/attendee/badge_extras.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="row g-sm-3">
{{ form_macros.card_select(badge_extras.meal_plan,
c.FORMATTED_MEAL_PLANS,
help_text="" if not c.MEAL_PLAN_DEADLINE else "You can purchase a beverage or meal plan any time before " ~ c.MEAL_PLAN_DEADLINE|datetime_local,
help_text="" if not c.MEAL_PLAN_DEADLINE else "You can purchase a beverage or meal plan any time before " ~ c.MEAL_PLAN_DEADLINE|datetime_local ~ ".",
disabled_opts=[],
target_field_id=id_upgrade_prepend ~ "meal_plan") }}
</div>
Expand Down

0 comments on commit 6b4876b

Please sign in to comment.