feat: error handling in unsubscribe.tpl
parent
6d1169a49e
commit
5dfff56071
@ -1,6 +1,14 @@
|
|||||||
|
{{{ if !error }}}
|
||||||
<div class="alert alert-success">
|
<div class="alert alert-success">
|
||||||
<strong>[[global:alert.success]]</strong>
|
<strong>[[global:alert.success]]</strong>
|
||||||
<p>[[email:unsub.success, {payload.template}]]</p>
|
<p>[[email:unsub.success, {payload.template}]]</p>
|
||||||
|
{{{ else }}}
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<strong>[[email:unsub.failure.title]]</strong>
|
||||||
|
<p>[[email:unsub.failure.message, {error}, {config.relative_path}/me/settings]]</p>
|
||||||
|
{{{ end }}}
|
||||||
|
<hr />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{config.relative_path}/">[[notifications:back_to_home, {config.siteTitle}]]</a>
|
<a href="{config.relative_path}/">[[notifications:back_to_home, {config.siteTitle}]]</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue