You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redonate/public_html/templates/subscription/unsubscribe.tpl

24 lines
596 B
Smarty

<div class="formwrapper">
<h2 class="spaced">Unsubscribe</h2>
{%if isempty|errors == false}
{%foreach error in errors}
<div class="errors">
{%?error}
</div>
{%/foreach}
{%/if}
<form method="post" action="/manage/{%?email}/{%?key}/unsubscribe">
<div class="formfield">
<p>
Are you sure you want to unsubscribe from your pledge to {%?name}?
You will no longer be reminded every month.
</p>
</div>
<div class="formfield" style="text-align: center;">
<button type="submit" name="submit" value="submit">Yes, unsubscribe me</button>
</div>
</form>
</div>