-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
feat: add email capture to landing #4847
Conversation
@@ -206,6 +206,9 @@ def index(request): | |||
'know_us': know_us, | |||
'press': press, | |||
'articles': articles, | |||
'hide_newsletter_caption': True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are these 2 for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newletter use those 2 to show more label on the newsletter
If we are not using it -> we can remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this tested? Why make these changes to the newsletter?
Codecov Report
@@ Coverage Diff @@
## master #4847 +/- ##
=======================================
Coverage 30.43% 30.43%
=======================================
Files 216 216
Lines 17333 17333
Branches 2353 2353
=======================================
Hits 5276 5276
Misses 11848 11848
Partials 209 209
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4847 +/- ##
========================================
Coverage ? 30.4%
========================================
Files ? 216
Lines ? 17339
Branches ? 2353
========================================
Hits ? 5272
Misses ? 11858
Partials ? 209
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm just left a question
Description
Add the email capture functionality onto the landing page
cc @octavioamu would like you to double-check this
Note: Also added
hide_newsletter_caption': True
to ensure we don't show the withdraw email consent / we won't sell your data text
Refers/Fixes
closes #4846
Testing