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() | admin.autodiscover() | ||||||
| 
 | 
 | ||||||
| urlpatterns = patterns('', | urlpatterns = patterns('', | ||||||
|  |     (r'^$', 'conservancy.frontpage.view'), | ||||||
|     (r'^admin/doc/', include('django.contrib.admindocs.urls')), |     (r'^admin/doc/', include('django.contrib.admindocs.urls')), | ||||||
|     (r'^admin/(.*)', admin.site.urls), |     (r'^admin/(.*)', admin.site.urls), | ||||||
|     (r'^feeds/blog/?$', BlogFeed()), |     (r'^feeds/blog/?$', BlogFeed()), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn