From 6b4876b64c8adfffb0bc68d1a635312fca54643c Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Mon, 3 Jun 2024 14:43:32 -0400 Subject: [PATCH] Add . at end of meal deadline --- magstock/templates/forms/attendee/badge_extras.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magstock/templates/forms/attendee/badge_extras.html b/magstock/templates/forms/attendee/badge_extras.html index fc850c8..8751c23 100644 --- a/magstock/templates/forms/attendee/badge_extras.html +++ b/magstock/templates/forms/attendee/badge_extras.html @@ -26,7 +26,7 @@
{{ 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") }}