Changeset - 11e2f64d4ba1
[Not reviewed]
0 1 0
Brett Smith (brett) - 6 years ago 2018-09-03 14:48:11
brett@sfconservancy.org
urls: Stop capturing unintended argument.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -39,4 +39,4 @@ urlpatterns = [
 
    url(r'^feeds/?$', feeds.view),
 
    url(r'^news(/|$)', include('conservancy.apps.news.urls')),
 
    url(r'^blog(/|$)', include('conservancy.apps.blog.urls')),
 
    url(r'^news(?:/|$)', include('conservancy.apps.news.urls')),
 
    url(r'^blog(?:/|$)', include('conservancy.apps.blog.urls')),
 
    # formerly static templated things... (dirs with templates)
0 comments (0 inline, 0 general)