Fix regression introduced in commit early today.
6a2918c288
introduced a removal of this
line. This line is necessary for the front page to work.
This commit is contained in:
parent
252f29af81
commit
2a572dcffa
1 changed files with 1 additions and 0 deletions
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue