Skip to content

Commit

Permalink
Fix missing list names on optin page. Closes #940.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 10, 2022
1 parent f9bc049 commit 5a9e920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/public.go
Expand Up @@ -248,6 +248,7 @@ func handleOptinPage(c echo.Context) error {
return c.Render(http.StatusOK, tplMessage,
makeMsgTpl(app.i18n.T("public.noSubTitle"), "", app.i18n.Ts("public.noSubInfo")))
}
out.Lists = lists

// Confirm.
if confirm {
Expand Down

0 comments on commit 5a9e920

Please sign in to comment.