diff --git a/backend/app/rest/api/rest_private.go b/backend/app/rest/api/rest_private.go index c7b063d8..dc3ee223 100644 --- a/backend/app/rest/api/rest_private.go +++ b/backend/app/rest/api/rest_private.go @@ -552,7 +552,7 @@ func (s *private) emailUnsubscribeCtrl(w http.ResponseWriter, r *http.Request) { } return string(file) } - tmplstr := MustRead("unsubscribe.html.tmpl") + tmplstr := MustRead("email_unsubscribe.html.tmpl") tmpl := template.Must(template.New("unsubscribe").Parse(tmplstr)) msg := bytes.Buffer{} MustExecute(tmpl, &msg, nil)