From ec05411502865f3d203bfbe1975ad49837472617 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 4 Nov 2019 14:34:57 -0500 Subject: [PATCH] feat: template for nodebb/nodebb#8024 --- templates/unsubscribe.tpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/unsubscribe.tpl diff --git a/templates/unsubscribe.tpl b/templates/unsubscribe.tpl new file mode 100644 index 0000000..cf38cd5 --- /dev/null +++ b/templates/unsubscribe.tpl @@ -0,0 +1,7 @@ +
+ [[global:alert.success]] +

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

+

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

+
\ No newline at end of file