]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/templates/patchwork/patch-change-notification.mail
Move to a more recent django project structure
[patchwork] / patchwork / templates / patchwork / patch-change-notification.mail
diff --git a/patchwork/templates/patchwork/patch-change-notification.mail b/patchwork/templates/patchwork/patch-change-notification.mail
new file mode 100644 (file)
index 0000000..4246704
--- /dev/null
@@ -0,0 +1,20 @@
+Hello,
+
+The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in patchwork:
+{% for notification in notifications %}
+ * {{notification.patch.project.linkname}}: {{notification.patch.name|safe}}
+     - http://{{site.domain}}{{notification.patch.get_absolute_url}}
+     - for: {{notification.patch.project.name}}
+    was: {{notification.orig_state}}
+    now: {{notification.patch.state}}
+{% endfor %}
+This email is a notification only - you do not need to respond.
+
+Happy patchworking.
+
+--
+
+This is an automated mail sent by the patchwork system at
+{{site.domain}}. To stop receiving these notifications, edit
+your mail settings at:
+  http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}