Last active
March 27, 2018 17:02
-
-
Save bld2104/68b92c646fef54113f7793d68880b453 to your computer and use it in GitHub Desktop.
@dokterbob sorry I didn't see this until now, usually GitHub gives me an email when you respond but it didn't so I didn't notice this! I changed it, but we still have the issue of newsletter = Newsletter.objects.get(slug="bla"). What are we trying to match for the slug, the user id or something?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The form is in the context as
newsletter_form
, hence you should render{{ newsletter_form.as_p }}
instead of{{ form.as_p }}
.