From c966f4342192144e8f49f96f44f051731a44ae3f Mon Sep 17 00:00:00 2001 From: ayxan Date: Fri, 13 Jan 2023 13:40:22 +0400 Subject: [PATCH] template spaces edited --- src/series/templates/email/error_series_notification.html | 3 --- src/series/templates/email/maximum_usage_notification.html | 2 -- src/series/templates/email/new_series_notification.html | 1 - 3 files changed, 6 deletions(-) diff --git a/src/series/templates/email/error_series_notification.html b/src/series/templates/email/error_series_notification.html index 7169471..1d3dfef 100644 --- a/src/series/templates/email/error_series_notification.html +++ b/src/series/templates/email/error_series_notification.html @@ -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 %} \ No newline at end of file diff --git a/src/series/templates/email/maximum_usage_notification.html b/src/series/templates/email/maximum_usage_notification.html index 6b2a9d9..9912673 100644 --- a/src/series/templates/email/maximum_usage_notification.html +++ b/src/series/templates/email/maximum_usage_notification.html @@ -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 %} \ No newline at end of file diff --git a/src/series/templates/email/new_series_notification.html b/src/series/templates/email/new_series_notification.html index 08e8a65..078233d 100644 --- a/src/series/templates/email/new_series_notification.html +++ b/src/series/templates/email/new_series_notification.html @@ -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 %}