Changed the url for 'Order Now!' button on dcl's index page. It is now datacenterlight/order instead of datacenterlight/pricing
This commit is contained in:
		
					parent
					
						
							
								ccfa36bdd7
							
						
					
				
			
			
				commit
				
					
						5583648293
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,6 +7,6 @@ urlpatterns = [
 | 
				
			||||||
    url(r'^/?$', IndexView.as_view(), name='index'),
 | 
					    url(r'^/?$', IndexView.as_view(), name='index'),
 | 
				
			||||||
    url(r'^/beta-program/?$', BetaProgramView.as_view(), name='beta'),
 | 
					    url(r'^/beta-program/?$', BetaProgramView.as_view(), name='beta'),
 | 
				
			||||||
    url(r'^/landing/?$', LandingProgramView.as_view(), name='landing'),
 | 
					    url(r'^/landing/?$', LandingProgramView.as_view(), name='landing'),
 | 
				
			||||||
    url(r'^/pricing/?$', PricingView.as_view(), name='pricing'),
 | 
					    url(r'^/order/?$', PricingView.as_view(), name='pricing'),
 | 
				
			||||||
    url(r'^/beta_access?$', BetaAccessView.as_view(), name='beta_access'),
 | 
					    url(r'^/beta_access?$', BetaAccessView.as_view(), name='beta_access'),
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue