Files
TimeTracker/app/utils
Dries Peeters 04760170c2 fix: pass datetime module to test email template
Fixes warning 'datetime is undefined' that appeared when sending test emails.
The test_email.html template was trying to use datetime.utcnow() to display
the timestamp, but the datetime module wasn't included in the template context.

This change ensures the HTML email template renders correctly with the
formatted timestamp.
2025-10-31 10:51:33 +01:00
..
2025-10-27 15:31:05 +01:00