Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. else:
  2.         user_form = UserForm()
  3.         profile_form = UserProfileInfoForm()
  4. return render(request, 'registration/signup.html', {
  5.         'user_form': user_form,
  6.         'profile_form': profile_form,
  7.         }
  8.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement