Closed
Bug 783268
Opened 12 years ago
Closed 12 years ago
[bedrock] Don't put a sign-up form for newsletters on pages base template until we have rewritten sign-up code in python to manage international newsletters
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: pascalc)
References
(Blocks 1 open bug)
Details
Currently, the newsletter sign up forms does not manager international forms in the python code (in particular taking into account the double opt-in process which is a legal requirement for some locales).
The whole newsletter management process for locales should be re-implemented in python. In the meantime, that sign up form at the bottom of most of our pages is becoming a blocker to all new localized pages on bedrock that inherit from the sand template.
I am going to do a pull request to add a condition in the templates to only include that form for English locales.
Assignee | ||
Updated•12 years ago
|
Summary: [berock] Don't put a sign-up form for newsletters on pages base template until we have rewritten sign-up code in python to manage international newsletters → [bedrock] Don't put a sign-up form for newsletters on pages base template until we have rewritten sign-up code in python to manage international newsletters
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/cb1cb0bf490729be12676c46c8c6fca91ad930ed
Remove newsletter form for non 'en'-locales
We'll re-enable it when the functionality will be ported to Bedrock
fix bug 783268
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•