fixed e.title

This commit is contained in:
ayxan 2023-01-22 14:52:08 +04:00
parent bf82a14ce9
commit 69dc78d104

View File

@ -4,7 +4,7 @@ Hi {{ user.username }},
{{error_series_list|length}} series could not be updated: {{error_series_list|length}} series could not be updated:
{% for e in error_series_list %} {% for e in error_series_list %}
e.title {{e.title}}
{% endfor %} {% endfor %}
{% for s in new_series_list %} {% 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}} {{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}}