cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Fix "about" URL name collision #800

Closed willbarton closed 8 years ago

willbarton commented 8 years ago

We have the potential for a name collision with the "about" URL. This PR is a quick-fix for that while we (CFPB back-end as a group) address the issue more generally (i.e. start using Django namespaces for all our projects).

This PR is against a branch off the 0.9.1 release, and a 0.9.2 release will be created from that branch (since we have changes in master that we may not want to deploy just yet).

It does pull in a commit by @ascott1 that makes eslint happy.

@ascott1 @hillaryj @grapesmoker

willbarton commented 8 years ago

@higs4281 has also fixed this in https://github.com/cfpb/retirement/pull/159