templates updated

This commit is contained in:
ayxan
2023-01-14 18:16:23 +04:00
parent c966f43421
commit bf82a14ce9
5 changed files with 5 additions and 9 deletions

View File

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