Renamed success url to order_success for clarity.
This commit is contained in:
		
					parent
					
						
							
								474e0ddc95
							
						
					
				
			
			
				commit
				
					
						b54b46c08b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,6 +8,6 @@ urlpatterns = [ | ||||||
|     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'^/order/?$', PricingView.as_view(), name='pricing'), |     url(r'^/order/?$', PricingView.as_view(), name='pricing'), | ||||||
|     url(r'^/order-success/?$', SuccessView.as_view(), name='success'), |     url(r'^/order-success/?$', SuccessView.as_view(), name='order_success'), | ||||||
|     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