Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡🔨 refactor(handlers): Update template context data to include format…
…ted 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.
- Loading branch information