Fixed a mistake
This commit is contained in:
		
					parent
					
						
							
								2f2dcb0814
							
						
					
				
			
			
				commit
				
					
						12bb95f685
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,7 @@ urlpatterns = [
 | 
			
		|||
    url(r'^$', IndexView.as_view(), name='index'),
 | 
			
		||||
    url(r'^t$', IndexView.as_view(), name='index_t'),
 | 
			
		||||
    url(r'^g$', IndexView.as_view(), name='index_g'),
 | 
			
		||||
    url(r'^f$', IndexView.as_view(), name='index_g'),
 | 
			
		||||
    url(r'^f$', IndexView.as_view(), name='index_f'),
 | 
			
		||||
    url(r'^whydatacenterlight/?$', WhyDataCenterLightView.as_view(),
 | 
			
		||||
        name='whydatacenterlight'),
 | 
			
		||||
    url(r'^beta-program/?$', BetaProgramView.as_view(), name='beta'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue