Merge lp://staging/~stylistica/postorius/user_preferences into lp://staging/postorius
Proposed by
Sneha Priscilla
Status: | Merged |
---|---|
Merged at revision: | 150 |
Proposed branch: | lp://staging/~stylistica/postorius/user_preferences |
Merge into: | lp://staging/postorius |
Diff against target: |
239 lines (+73/-98) 3 files modified
src/postorius/forms.py (+11/-17) src/postorius/templates/postorius/user_mailmansettings.html (+44/-78) src/postorius/views/user.py (+18/-3) |
To merge this branch: | bzr merge lp://staging/~stylistica/postorius/user_preferences |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Terri | Approve | ||
Florian Fuchs | Pending | ||
Review via email: mp+179274@code.staging.launchpad.net |
Description of the change
I've added a form for the user to view/update their mailing list preferences on a global level.
For these changes to work, the following branches need to be merged into Mailman and Mailman.client respectively:
https:/
https:/
To post a comment you must log in.
Hi Sneha,
thanks for the merge request!
The new form, as well as the template and view code look pretty good!
The only thing left to do in my view is some style-related cleanup. So if you want to make it perfect I'd check for PEP8 inconsistencies (long lines, missing/unnecessary spaces etc.). Also, there seem to be some lines containing tabs instead of spaces.
Other than that the changes are good!
Thanks again.
Florian