Divided ungleich landing sections into templates. Moved static files and all files path were adapted, Ungleich form conected to landing, Reconfigured django urls
This commit is contained in:
		
					parent
					
						
							
								5a04fc4969
							
						
					
				
			
			
				commit
				
					
						fd66c33299
					
				
			
		
					 13 changed files with 469 additions and 432 deletions
				
			
		|  | @ -2,9 +2,11 @@ from django.conf.urls import url | |||
| 
 | ||||
| from django.utils.translation import ugettext_lazy as _ | ||||
| from . import views | ||||
| from .views import ContactView | ||||
| from .views import ContactView, IndexView, AboutView | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(_(r'index/?$'), IndexView.as_view(), name='index'), | ||||
|     url(_(r'about/?$'), AboutView.as_view(), name='about'), | ||||
|     url(_(r'contact/?$'), ContactView.as_view(), name='contact'), | ||||
|     url(_(r'supporters/?$'), views.supporters, name='supporters'), | ||||
|     url(_(r'support-us/?$'), views.support, name='support'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue