Closed
Bug 770540
Opened 13 years ago
Closed 13 years ago
Privacy urls should be 'namespaced'
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rik, Assigned: espressive)
Details
In /urls.py:
(r'', include('privacy.urls')),
should be:
(r'^privacy/', include('privacy.urls')),
That will make it easier for readers to find the views.
| Assignee | ||
Comment 1•13 years ago
|
||
Pull request sent :: https://github.com/mozilla/bedrock/pull/229
Assignee: nobody → sneethling
Comment 2•13 years ago
|
||
Commits pushed to dev at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/23e649fa980ef0414917a8169be2cd6953b584d6
added ^privacy/ to main urls.py fixes bug 770540
https://github.com/mozilla/bedrock/commit/8bb03f138f59f371eda6dbef26da13840cf7ac65
Merge branch 'new-privacy-design' into dev
* new-privacy-design:
added ^privacy/ to main urls.py fixes bug 770540
https://github.com/mozilla/bedrock/commit/ebca99fa6c66b2caf21a9919ce557787d67fcdba
Merge pull request #229 from ossreleasefeed/dev
added ^privacy/ to main urls.py fixes bug 770540
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 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
•