Design calculator page
This commit is contained in:
		
					parent
					
						
							
								30f042cdc3
							
						
					
				
			
			
				commit
				
					
						506fbca204
					
				
			
		
					 6 changed files with 325 additions and 2 deletions
				
			
		|  | @ -1,10 +1,11 @@ | |||
| from django.conf.urls import url | ||||
| 
 | ||||
| from .views import IndexView, BetaProgramView, LandingProgramView | ||||
| from .views import IndexView, BetaProgramView, LandingProgramView, PricingView | ||||
| 
 | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'^/?$', IndexView.as_view(), name='index'), | ||||
|     url(r'^/beta-program/?$', BetaProgramView.as_view(), name='beta'), | ||||
|     url(r'^/landing/?$', LandingProgramView.as_view(), name='landing'), | ||||
|     url(r'^/pricing/?$', PricingView.as_view(), name='pricing'), | ||||
| ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue