mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 15:00:45 +00:00
templates updated
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{% autoescape off %}
|
||||
Hi {{ user.username }},
|
||||
There are new episodes of the series you recorded.
|
||||
{{new_series_list|length}} series updated.
|
||||
|
||||
Some series could not be updated:
|
||||
{{error_series_list|length}} series could not be updated:
|
||||
{% for e in error_series_list %}
|
||||
e.title
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user