Moved ungleich landing into django
This commit is contained in:
parent
ce6d98c931
commit
202c3f5b46
154 changed files with 19044 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
from django.conf.urls import url
|
||||
from .views import ContactView
|
||||
from .views import ContactView, LandingView
|
||||
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'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue