Changeset - 2a572dcffa65
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-07-14 16:08:53
bkuhn@ebb.org
Fix regression introduced in commit early today.

6a2918c288c26ed1503365ded9ceb2f52a7b7d09 introduced a removal of this
line. This line is necessary for the front page to work.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -26,6 +26,7 @@ handler404 = 'modpythoncustom.view404'
 
admin.autodiscover()
 

	
 
urlpatterns = patterns('',
 
    (r'^$', 'conservancy.frontpage.view'),
 
    (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
    (r'^admin/(.*)', admin.site.urls),
 
    (r'^feeds/blog/?$', BlogFeed()),
0 comments (0 inline, 0 general)