|
@@ -4,19 +4,19 @@
|
|
<h2>Unsubscribe</h2>
|
|
<h2>Unsubscribe</h2>
|
|
<p>Do you wish to unsubscribe from this mailing list?</p>
|
|
<p>Do you wish to unsubscribe from this mailing list?</p>
|
|
<form method="post">
|
|
<form method="post">
|
|
- <p>
|
|
|
|
|
|
+ <div>
|
|
<input type="hidden" name="unsubscribe" value="true" />
|
|
<input type="hidden" name="unsubscribe" value="true" />
|
|
- </p>
|
|
|
|
|
|
|
|
- {{ if .Data.AllowBlacklist }}
|
|
|
|
- <p>
|
|
|
|
- <input id="privacy-blacklist" type="checkbox" name="blacklist" value="true" /> <label for="privacy-blacklist">Also unsubscribe from all future e-mails.</label>
|
|
|
|
- </p>
|
|
|
|
|
|
+ {{ if .Data.AllowBlacklist }}
|
|
|
|
+ <p>
|
|
|
|
+ <input id="privacy-blacklist" type="checkbox" name="blacklist" value="true" /> <label for="privacy-blacklist">Also unsubscribe from all future e-mails.</label>
|
|
|
|
+ </p>
|
|
|
|
+ {{ end }}
|
|
|
|
|
|
- {{ end }}
|
|
|
|
- <p>
|
|
|
|
- <button type="submit" class="button" id="btn-unsub">Unsubscribe</button>
|
|
|
|
- </p>
|
|
|
|
|
|
+ <p>
|
|
|
|
+ <button type="submit" class="button" id="btn-unsub">Unsubscribe</button>
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
</form>
|
|
</form>
|
|
</section>
|
|
</section>
|
|
|
|
|