fixed template url

This commit is contained in:
ayxan 2023-01-13 13:38:17 +04:00
parent e0f48138ba
commit 183fb8a83e

View File

@ -55,7 +55,7 @@ def send_email(user):
email.send()
return
message = render_to_string('email/error_series_notification.html', {
message = render_to_string('email/new_series_notification.html', {
'user': user,
'new_series_list': series_counter.new_series_list
})