CMS home page can now be accessed at /cms/ for all sites
This commit is contained in:
		
					parent
					
						
							
								c6e3963303
							
						
					
				
			
			
				commit
				
					
						178ff8da38
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ urlpatterns = [ | |||
|     url(r'^g/$', IndexView.as_view(), name='index_g'), | ||||
|     url(r'^f/$', IndexView.as_view(), name='index_f'), | ||||
|     url(r'^l/$', IndexView.as_view(), name='index_l'), | ||||
|     url(r'^new/$', RedirectView.as_view(url='/cms/datacenterlight/'), | ||||
|     url(r'^new/$', RedirectView.as_view(url='/cms/'), | ||||
|         name='cms_index'), | ||||
|     url(r'^whydatacenterlight/?$', WhyDataCenterLightView.as_view(), | ||||
|         name='whydatacenterlight'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue