diff options
author | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
commit | 6945074c2c496a89665f559d431cf22602199937 (patch) | |
tree | dd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/templates/notifyemail.tmpl | |
parent | 227d6118cf72cf9333ac2488b76633f346e59425 (diff) | |
download | standingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip |
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/templates/notifyemail.tmpl')
-rw-r--r-- | backend/ikistrap/templates/notifyemail.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/notifyemail.tmpl b/backend/ikistrap/templates/notifyemail.tmpl new file mode 100644 index 0000000..5087668 --- /dev/null +++ b/backend/ikistrap/templates/notifyemail.tmpl @@ -0,0 +1,9 @@ +A <TMPL_IF NAME=ISCOMMENT>comment has been posted at<TMPL_ELSE>change has been made to</TMPL_IF> <TMPL_VAR URL> +<TMPL_IF NAME=SHOWCONTENT> +---- + +<TMPL_VAR CONTENT> + +---- +</TMPL_IF> +To stop these notifications, visit <TMPL_VAR PREFSURL> |