Skip to content

Commit

Permalink
Add backend kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Sep 25, 2023
1 parent 9488f3a commit 950aa49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions democracy_club/apps/mailing_list/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
template_name="base.html",
form_class=MailingListSignupForm,
backend=settings.EMAIL_SIGNUP_BACKEND,
backend_kwargs=settings.EMAIL_SIGNUP_BACKEND_KWARGS,
)
),
name="mailing_list_signup_view",
Expand Down

0 comments on commit 950aa49

Please sign in to comment.