Registering with Django
I am really confused how I can change registration_form
to ask users for their first and last name.
I think I need to manipulate the subclass RegistrationView
with registration.backends.simple.views
, but I don't know how to do this to show the first and last name in the registration form.
+3
source to share