From f08d0dc9ba40989009be4a203e9eee57416d61c1 Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Sat, 11 Jan 2025 22:34:10 -0500 Subject: [PATCH] Include time in badge converted email --- uber/templates/emails/dealers/badge_converted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber/templates/emails/dealers/badge_converted.html b/uber/templates/emails/dealers/badge_converted.html index c6da865be..69a0c124c 100644 --- a/uber/templates/emails/dealers/badge_converted.html +++ b/uber/templates/emails/dealers/badge_converted.html @@ -20,7 +20,7 @@ {% if c.TRANSFERABLE_BADGE_TYPES %}

Additionally, this badge is reserved for only you and thus cannot be transferred to anyone else at any time.{% endif %} -

Please go ahead and confirm or decline your registration. All badges not confirmed by {{ c.DEALER_BADGE_DEADLINE|datetime_local("%A, %B %e") }} will be dropped automatically. There is no need to respond to this email. We hope to see you this year! +

Please go ahead and confirm or decline your registration. All badges not confirmed by {{ c.DEALER_BADGE_DEADLINE|datetime_local }} will be dropped automatically. There is no need to respond to this email. We hope to see you this year!

-----