diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-28 19:39:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-28 19:39:08 -0400 |
commit | accf79f94a6eed08c36d4e6a3b21fb51b11ab00d (patch) | |
tree | b777f1aa0306ca52a0d8d8553367fe8722fbbe77 /templates | |
parent | f16de0c4e3c6e9a9d8f0758bf0b78f94c0993a4e (diff) | |
download | ikiwiki-accf79f94a6eed08c36d4e6a3b21fb51b11ab00d.tar ikiwiki-accf79f94a6eed08c36d4e6a3b21fb51b11ab00d.tar.gz |
polishing notifyemail
Diffstat (limited to 'templates')
-rw-r--r-- | templates/notifyemail.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/notifyemail.tmpl b/templates/notifyemail.tmpl index 88972c36c..0852ad12b 100644 --- a/templates/notifyemail.tmpl +++ b/templates/notifyemail.tmpl @@ -1,7 +1,6 @@ -A change has been made to <TMPL_VAR URL> +A <TMPL_IF NAME=ISCOMMENT>comment has been posted at<TMPL_ELSE>change has been made to</TMPL_IF> <TMPL_VAR URL> To stop these notifications, visit <TMPL_VAR PREFSURL> - <TMPL_IF NAME=SHOWCONTENT> ---- |