diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:30:52 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:30:52 +0000 |
commit | fdfb0e65d3de718beddcf3c882d716b7aff6a051 (patch) | |
tree | d94229e6dcfca049fce2299561a382ce372ae005 /comments/templates/notification.txt | |
parent | 97cb2fbe176645fa9a84451da3f7f7c9d0158555 (diff) | |
download | mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.gz mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.bz2 mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.xz mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.zip |
Add email notifications to comments
Diffstat (limited to 'comments/templates/notification.txt')
-rw-r--r-- | comments/templates/notification.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/comments/templates/notification.txt b/comments/templates/notification.txt new file mode 100644 index 0000000..ba85056 --- /dev/null +++ b/comments/templates/notification.txt @@ -0,0 +1,5 @@ +New comment on {{ url }}: + +Author: {{ author }} + +Comment: {{ comment }}
\ No newline at end of file |