It's impossible to load a profile picture while creating a new lead. The reason: form attribute `enctype="multipart/form-data"` is missing inside the [lead_create.html](https://github.com/justdjango/getting-started-with-django/blob/main/leads/templates/leads/lead_create.html).
It's impossible to load a profile picture while creating a new lead.
The reason: form attribute
enctype="multipart/form-data"is missing inside the lead_create.html.