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