fix signup
This commit is contained in:
parent
af30a4cd16
commit
e80163ce4d
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class UserCreateView(CreateView):
|
|||
|
||||
def get_context_data(self,**kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
context["user_form"] = self.second_form
|
||||
context["profile_form"] = self.second_form()
|
||||
|
||||
return context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue