Skip to content

Creates an initial newsletter sign-up form - #33

Open
benjaoming wants to merge 2 commits into
django-denmark:newfrom
benjaoming:consent-form
Open

Creates an initial newsletter sign-up form#33
benjaoming wants to merge 2 commits into
django-denmark:newfrom
benjaoming:consent-form

Conversation

@benjaoming

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

benjaoming commented Aug 28, 2021

Copy link
Copy Markdown
Contributor Author

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