Add registration and login templates plus UI stuff, moderation
This commit is contained in:
5
apps/profiles/views.py
Normal file
5
apps/profiles/views.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
|
||||
class Profile(TemplateView):
|
||||
template_name = "profiles/profile.html"
|
Reference in New Issue
Block a user