Browse Source

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

Kailash Nadh 1 năm trước cách đây
mục cha
commit
ef084956b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      static/email-templates/subscriber-optin.html

+ 1 - 1
static/email-templates/subscriber-optin.html

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