mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-21 22:28:57 +00:00
fixed template url
This commit is contained in:
parent
e0f48138ba
commit
183fb8a83e
@ -55,7 +55,7 @@ def send_email(user):
|
|||||||
email.send()
|
email.send()
|
||||||
return
|
return
|
||||||
|
|
||||||
message = render_to_string('email/error_series_notification.html', {
|
message = render_to_string('email/new_series_notification.html', {
|
||||||
'user': user,
|
'user': user,
|
||||||
'new_series_list': series_counter.new_series_list
|
'new_series_list': series_counter.new_series_list
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user