You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚡🔨 refactor(handlers): Update template context data to include formatted date and time
- Refactored EmailHandler to add two new time formats (ormatted_date and ormatted_time) for inclusion in the email template.
- ormatted_date now uses the format %d %B %Y, with the month name in uppercase.
- ormatted_time uses the format %I:%M %p.
- Updated the context in
ender_template to include date and ime for enhanced readability in the email notifications.
- Ensured backward compatibility with the existing log entry and request data.
0 commit comments