aboutsummaryrefslogtreecommitdiff
path: root/app/templates/email
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-05 13:16:52 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-05 13:16:52 +0100
commitb92cac0254c1014f4873343c38fc5b6ccbe3337d (patch)
treea4cac96ac91a5b60900aa6b790a2685c29044918 /app/templates/email
parentChange percentage to percentage of target (diff)
downloadAnnotateChange-b92cac0254c1014f4873343c38fc5b6ccbe3337d.tar.gz
AnnotateChange-b92cac0254c1014f4873343c38fc5b6ccbe3337d.zip
Email the annotation record as a backup
Diffstat (limited to 'app/templates/email')
-rw-r--r--app/templates/email/annotation_record.html2
-rw-r--r--app/templates/email/annotation_record.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/email/annotation_record.html b/app/templates/email/annotation_record.html
new file mode 100644
index 0000000..a85b0b1
--- /dev/null
+++ b/app/templates/email/annotation_record.html
@@ -0,0 +1,2 @@
+<p>A new annotation has been recorded:</p>
+<pre>{{ pretty_record }}</pre>
diff --git a/app/templates/email/annotation_record.txt b/app/templates/email/annotation_record.txt
new file mode 100644
index 0000000..6e1438d
--- /dev/null
+++ b/app/templates/email/annotation_record.txt
@@ -0,0 +1,3 @@
+A new annotation has been recorded:
+
+{{ pretty_record }}