浏览代码

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

Kailash Nadh 1 年之前
父节点
当前提交
ef084956b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }}