Remove /beta_access url from dcl
This commit is contained in:
		
					parent
					
						
							
								3389803493
							
						
					
				
			
			
				commit
				
					
						cc2e18a7d2
					
				
			
		
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -1,7 +1,7 @@ | ||||||
| from django.conf.urls import url | from django.conf.urls import url | ||||||
| 
 | 
 | ||||||
| from .views import ( | from .views import ( | ||||||
|     IndexView, LandingProgramView, BetaAccessView, |     IndexView, LandingProgramView, | ||||||
|     SuccessView, PaymentOrderView, OrderConfirmationView, |     SuccessView, PaymentOrderView, OrderConfirmationView, | ||||||
|     WhyDataCenterLightView, ContactUsView |     WhyDataCenterLightView, ContactUsView | ||||||
| ) | ) | ||||||
|  | @ -22,9 +22,7 @@ urlpatterns = [ | ||||||
|     url(r'^order-confirmation/?$', OrderConfirmationView.as_view(), |     url(r'^order-confirmation/?$', OrderConfirmationView.as_view(), | ||||||
|         name='order_confirmation'), |         name='order_confirmation'), | ||||||
|     url(r'^order-success/?$', SuccessView.as_view(), name='order_success'), |     url(r'^order-success/?$', SuccessView.as_view(), name='order_success'), | ||||||
|     url(r'^beta_access?$', BetaAccessView.as_view(), name='beta_access'), |  | ||||||
|     url(r'^contact/?$', ContactUsView.as_view(), name='contact_us'), |     url(r'^contact/?$', ContactUsView.as_view(), name='contact_us'), | ||||||
| 
 |  | ||||||
|     url(r'glasfaser/?$', |     url(r'glasfaser/?$', | ||||||
|         TemplateView.as_view(template_name='ungleich_page/glasfaser.html'), |         TemplateView.as_view(template_name='ungleich_page/glasfaser.html'), | ||||||
|         name='glasfaser'), |         name='glasfaser'), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue