diff options
Diffstat (limited to 'app/templates')
| -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 }} |
