merged master
This commit is contained in:
		
				commit
				
					
						80ed92eece
					
				
			
		
					 24 changed files with 51 additions and 1127 deletions
				
			
		| 
						 | 
				
			
			@ -1,14 +1,11 @@
 | 
			
		|||
from django.conf.urls import url
 | 
			
		||||
from django.views.generic import TemplateView
 | 
			
		||||
 | 
			
		||||
from .views import (
 | 
			
		||||
    # BetaProgramView, SuccessView, BetaAccessView,
 | 
			
		||||
    IndexView, PaymentOrderView, OrderConfirmationView,
 | 
			
		||||
    WhyDataCenterLightView, ContactUsView
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
from django.views.generic import TemplateView
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
urlpatterns = [
 | 
			
		||||
    url(r'^$', IndexView.as_view(), name='index'),
 | 
			
		||||
    url(r'^t/$', IndexView.as_view(), name='index_t'),
 | 
			
		||||
| 
						 | 
				
			
			@ -20,12 +17,7 @@ urlpatterns = [
 | 
			
		|||
    url(r'^payment/?$', PaymentOrderView.as_view(), name='payment'),
 | 
			
		||||
    url(r'^order-confirmation/?$', OrderConfirmationView.as_view(),
 | 
			
		||||
        name='order_confirmation'),
 | 
			
		||||
    # unused urls
 | 
			
		||||
    # url(r'^beta-program/?$', BetaProgramView.as_view(), name='beta'),
 | 
			
		||||
    # 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'glasfaser/?$',
 | 
			
		||||
        TemplateView.as_view(template_name='ungleich_page/glasfaser.html'),
 | 
			
		||||
        name='glasfaser'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue