mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-16 04:53:11 +00:00
fixed template url
This commit is contained in:
parent
e0f48138ba
commit
183fb8a83e
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user