mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-16 04:53:11 +00:00
template spaces edited
This commit is contained in:
parent
183fb8a83e
commit
c966f43421
@ -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 %}
|
@ -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 %}
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user