diff --git a/templates/unsubscribe.tpl b/templates/unsubscribe.tpl index cf38cd5..9dd1278 100644 --- a/templates/unsubscribe.tpl +++ b/templates/unsubscribe.tpl @@ -1,6 +1,14 @@ +{{{ if !error }}}
[[global:alert.success]]

[[email:unsub.success, {payload.template}]]

+{{{ else }}} +
+ [[email:unsub.failure.title]] +

[[email:unsub.failure.message, {error}, {config.relative_path}/me/settings]]

+{{{ end }}} +
+

[[notifications:back_to_home, {config.siteTitle}]]