diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-28 18:52:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-28 18:52:11 -0400 |
commit | a22be4eef0781548158fdb22bcbfe23ab6581ff6 (patch) | |
tree | 2c7e0d08f2396383dea8d71721b2789fd691c64f /templates | |
parent | d68d25526816d40048ca47ad360304bce162b659 (diff) | |
download | ikiwiki-a22be4eef0781548158fdb22bcbfe23ab6581ff6.tar ikiwiki-a22be4eef0781548158fdb22bcbfe23ab6581ff6.tar.gz |
finish notifyemail plugin
Diffstat (limited to 'templates')
-rw-r--r-- | templates/notifyemail.tmpl (renamed from templates/changeemail.tmpl) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/changeemail.tmpl b/templates/notifyemail.tmpl index c73bf92d3..88972c36c 100644 --- a/templates/changeemail.tmpl +++ b/templates/notifyemail.tmpl @@ -2,8 +2,8 @@ A change has been made to <TMPL_VAR URL> To stop these notifications, visit <TMPL_VAR PREFSURL> -<TMPL_IF ISPAGE> +<TMPL_IF NAME=SHOWCONTENT> ---- <TMPL_VAR CONTENT> -<TMPL_IF> +</TMPL_IF> |