From b92cac0254c1014f4873343c38fc5b6ccbe3337d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Sep 2019 13:16:52 +0100 Subject: Email the annotation record as a backup --- app/templates/email/annotation_record.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/templates/email/annotation_record.html (limited to 'app/templates/email/annotation_record.html') 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 @@ +

A new annotation has been recorded:

+
{{ pretty_record }}
-- cgit v1.2.3