]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/patch-change-notification.mail
d86a6af6aed8181a540736ef06c42bd91c38efc1
[patchwork] / templates / patchwork / patch-change-notification.mail
1 Hello,
2
3 The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in patchwork:
4 {% for notification in notifications %}
5  * {{notification.patch.name}}
6      - http://{{site.domain}}{{notification.patch.get_absolute_url}}
7     was: {{notification.orig_state}}
8     now: {{notification.patch.state}}
9 {% endfor %}
10 This email is a notification only - you do not need to respond.
11
12 Happy patchworking.
13
14 --
15
16 This is an automated mail sent by the patchwork system at
17 {{site.domain}}. To stop receiving these notifications, edit
18 your mail settings at:
19   http://{{site.domain}}{% url patchwork.views.mail.settings %}