]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch-change-notification.mail
notifications: add project name to patch update notification
[patchwork] / templates / patchwork / patch-change-notification.mail
index d86a6af6aed8181a540736ef06c42bd91c38efc1..b7e2cfecc1a1fc8ac0447b4dd92127342f2b9571 100644 (file)
@@ -2,8 +2,9 @@ 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.name}}
+ * {{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 %}