Make the unsub form on opt-in confirmation e-mail open 'manage' by default. Closes #1515.
This commit is contained in:
parent
44d3462559
commit
ef084956b4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<p>
|
||||
<a href="{{ .OptinURL }}" class="button">{{ L.Ts "email.optin.confirmSub" }}</a>
|
||||
</p>
|
||||
<a href="{{ .UnsubURL }}">{{ L.T "email.unsub" }}</a>
|
||||
<a href="{{ .UnsubURL }}?manage=true">{{ L.T "email.unsub" }}</a>
|
||||
|
||||
{{ template "footer" }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue