Skip to content

Commit

Permalink
update fr_ca datetime config NOTIFICATION_EMAIL_DATETIME_FORMAT [CPCN…
Browse files Browse the repository at this point in the history
…-443]
  • Loading branch information
devketanpro committed Dec 4, 2023
1 parent 0e492fb commit 91c403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"DATE_FORMAT_HEADER": "d MMMM yyyy à H:mm zzz",
"NOTIFICATION_EMAIL_TIME_FORMAT": "HH:mm",
"NOTIFICATION_EMAIL_DATE_FORMAT": "d MMMM yyyy",
"NOTIFICATION_EMAIL_DATETIME_FORMAT": "d MMMM yyyy à H:mm",
"NOTIFICATION_EMAIL_DATETIME_FORMAT": "d MMMM yyyy à H 'h' mm",
}
)

Expand Down

0 comments on commit 91c403b

Please sign in to comment.