This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/templates/articles/comments_notification_email.txt

21 lines
493 B
Plaintext

Hello,
This is a quick (automated) notification about the comments you left
on {{ blog_title }}.
{% if approved %}Approved:
{% for comment in approved %}* {{ comment.get_full_absolute_url }}
{% endfor %}{% endif %}
{% if rejected %}Rejected:
{% for comment in rejected %}* #{{comment.id}} on {{ comment.article.get_full_absolute_url }}:
{{ comment.content }}
{% endfor %}{% endif %}
You received this notification because you left your email address in the
comment form.
Cheers,
Gabriel