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
|
|
@ -5,5 +5,5 @@ from django.utils.translation import ugettext_lazy as _
|
|||
|
||||
urlpatterns = [
|
||||
url(_(r'contact/?$'), ContactView.as_view(), name='contact'),
|
||||
url(_(r'landing/?$'), LandingView.as_view(), name='landing'),
|
||||
url(_(r''), LandingView.as_view(), name='landing'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue