Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates an initial newsletter sign-up form #33

Open
wants to merge 2 commits into
base: new
Choose a base branch
from

Conversation

benjaoming
Copy link
Contributor

The design is really off, but this will use django-consent to store the consent of someone. The default consent is currently (wrongly) created in the redirectview of /newsletter/ and is just labeled "auto-created".

@benjaoming
Copy link
Contributor Author

image

source = models.ConsentSource.objects.create(
source_name="Auto-created default newsletter"
)
return reverse("newsletter:signup", kwargs={"source_id": source.id})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the really sloppy part. This should be a proper data migration. The /newsletter/ redirect is perhaps useful, but more likely completely useless :)

@benjaoming
Copy link
Contributor Author

benjaoming commented Aug 28, 2021

image

(email sent)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant