diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 13:16:52 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 13:16:52 +0100 |
| commit | b92cac0254c1014f4873343c38fc5b6ccbe3337d (patch) | |
| tree | a4cac96ac91a5b60900aa6b790a2685c29044918 /app/templates/email | |
| parent | Change percentage to percentage of target (diff) | |
| download | AnnotateChange-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.html | 2 | ||||
| -rw-r--r-- | app/templates/email/annotation_record.txt | 3 |
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 }} |
