template spaces edited

This commit is contained in:
ayxan 2023-01-13 13:40:22 +04:00
parent 183fb8a83e
commit c966f43421
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
{% autoescape off %}
Hi {{ user.username }},
There are new episodes of the series you recorded.
@ -7,9 +6,7 @@ Some series could not be updated:
{% for e in error_series_list %}
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}}
{% endfor %}
{% endautoescape %}

View File

@ -1,5 +1,4 @@
{% autoescape off %}
Hi {{ user.username }},
There are new episodes of the series you recorded.
@ -7,5 +6,4 @@ Some series could not be updated ({{maximum_usage}})
{% 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}}
{% endfor %}
{% endautoescape %}

View File

@ -2,7 +2,6 @@
Hi {{ user.username }},
There are new episodes of the series you recorded.
{% 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}}
{% endfor %}