Fix url warning in dynamicweb
This commit is contained in:
		
					parent
					
						
							
								a84722ae1c
							
						
					
				
			
			
				commit
				
					
						ddd0594976
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,7 @@ urlpatterns = [url(r'^index.html$', LandingView.as_view()),
 | 
			
		|||
 | 
			
		||||
# note the django CMS URLs included via i18n_patterns
 | 
			
		||||
urlpatterns += i18n_patterns('',
 | 
			
		||||
                             url(r'^/?$', LandingView.as_view()),
 | 
			
		||||
                             url(r'^$', LandingView.as_view()),
 | 
			
		||||
                             url(r'^admin/', include(admin.site.urls)),
 | 
			
		||||
                             url(r'^datacenterlight', include('datacenterlight.urls', namespace="datacenterlight")),
 | 
			
		||||
                             url(r'^hosting/', RedirectView.as_view(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue