Add registration and login templates plus UI stuff, moderation
This commit is contained in:
7
apps/contact/urls.py
Normal file
7
apps/contact/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.ContactView.as_view(), name='contact'),
|
||||
]
|
Reference in New Issue
Block a user