removed vendor files from hosting and using the ones from dataccenterlight
This commit is contained in:
		
					parent
					
						
							
								f42c5a5e20
							
						
					
				
			
			
				commit
				
					
						909067e11f
					
				
			
		
					 67 changed files with 70 additions and 20986 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
from django.conf.urls import url
 | 
			
		||||
 | 
			
		||||
from .views import (
 | 
			
		||||
    # BetaProgramView, SuccessView, LandingProgramView,
 | 
			
		||||
    IndexView, BetaAccessView, PaymentOrderView, OrderConfirmationView,
 | 
			
		||||
    # BetaProgramView, SuccessView, BetaAccessView,
 | 
			
		||||
    IndexView, PaymentOrderView, OrderConfirmationView,
 | 
			
		||||
    WhyDataCenterLightView, ContactUsView
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -22,9 +22,8 @@ urlpatterns = [
 | 
			
		|||
        name='order_confirmation'),
 | 
			
		||||
    # unused urls
 | 
			
		||||
    # url(r'^beta-program/?$', BetaProgramView.as_view(), name='beta'),
 | 
			
		||||
    # url(r'^landing/?$', LandingProgramView.as_view(), name='landing'),
 | 
			
		||||
    # 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'),
 | 
			
		||||
    url(r'^contact/?$', ContactUsView.as_view(), name='contact_us'),
 | 
			
		||||
 | 
			
		||||
    url(r'glasfaser/?$',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue