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 ++ app/templates/email/annotation_record.txt | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 app/templates/email/annotation_record.html create mode 100644 app/templates/email/annotation_record.txt (limited to 'app/templates') 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 }}
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 }} -- cgit v1.2.3