Make the unsub form on opt-in confirmation e-mail open 'manage' by default. Closes #1515.

This commit is contained in:
Kailash Nadh 2023-11-11 20:28:42 +05:30
parent 44d3462559
commit ef084956b4

View file

@ -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 }}