mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 23:10:44 +00:00
Added peridoic email sender with Celery
This commit is contained in:
9
src/series/templates/new_episodes_verification.html
Normal file
9
src/series/templates/new_episodes_verification.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% autoescape off %}
|
||||
|
||||
Hi {{ user.username }},
|
||||
There are new episodes of the series you recorded.
|
||||
{% for s, d in data %}
|
||||
{{d.count}} episodes of {{s.title}} you haven't watched (watched episode: {{s.last_season}} - {{s.last_episode}}).
|
||||
{% endfor %}
|
||||
|
||||
{% endautoescape %}
|
Reference in New Issue
Block a user