Create account.register function. It's currently not working because arguments is not validating
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse, HttpResponseRedirect
|
||||
from django.http import HttpResponseRedirect
|
||||
from .forms import SiteUserForm
|
||||
from django.contrib.auth import login, authenticate
|
||||
|
||||
|
Reference in New Issue
Block a user