mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-21 06:13:34 +00:00
fixed e.title
This commit is contained in:
parent
bf82a14ce9
commit
69dc78d104
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user