From 69dc78d1040af97148764161208416ba73a98513 Mon Sep 17 00:00:00 2001 From: ayxan Date: Sun, 22 Jan 2023 14:52:08 +0400 Subject: [PATCH] fixed e.title --- src/series/templates/email/error_series_notification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/series/templates/email/error_series_notification.html b/src/series/templates/email/error_series_notification.html index 051b2ee..7ae7a0a 100644 --- a/src/series/templates/email/error_series_notification.html +++ b/src/series/templates/email/error_series_notification.html @@ -4,7 +4,7 @@ Hi {{ user.username }}, {{error_series_list|length}} series could not be updated: {% for e in error_series_list %} -e.title +{{e.title}} {% endfor %} {% for s in new_series_list %} {{s.series.title}}: watched - {{s.series.watched_season}}-{{s.series.watched_episode}}, last - {{s.last_season}}-{{s.last_episode}}, new episodes count - {{s.new_episodes_count}}