Merge lp://staging/~franku/widelands-website/new_legal_notice_page into lp://staging/widelands-website
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 401 | ||||
Proposed branch: | lp://staging/~franku/widelands-website/new_legal_notice_page | ||||
Merge into: | lp://staging/widelands-website | ||||
Diff against target: |
232 lines (+132/-8) 8 files modified
mainpage/forms.py (+6/-1) mainpage/views.py (+39/-4) media/css/base.css (+2/-2) settings.py (+9/-0) templates/footer.html (+2/-1) templates/mainpage/legal_notice.html (+56/-0) templates/mainpage/legal_notice_thanks.html (+16/-0) urls.py (+2/-0) |
||||
To merge this branch: | bzr merge lp://staging/~franku/widelands-website/new_legal_notice_page | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
SirVer | Approve | ||
Review via email: mp+268973@code.staging.launchpad.net |
Description of the change
This branch contains changes for an additional legal notice page for the website.
Added two pages:
1. legal notice page with possibility to send an inquiry to some recipients without an account on widelands.org
2. A "thanks for inquiry" page, which is seen if an inquiry has been send
- Link to legal notice page is available over the footer (so it is available on all pages)
- The recipients where the inquiry of the form is send to is defined in settings.py with "INQUIRY_RECIPIENTS =". Currently i have my Email in there, but this should be completed/replaced with an address of a mailing list. Currently you could leave my address and complete it with your email if you want. In future it should only be the email address of a mailing list. This setting could also be in "local_
- Changed the colour of errormessages to a more comfortable red.
Because my english is a german english, the text may have to be adjusted :-D
Can you make the list of email adresse a setting like the list of admins?