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}}