justdjango / getting-started-with-django

A beginners course for Django
MIT License
352 stars 249 forks source link

"enctype" attribute is missing on the form inside lead_create.html #20

Open paulrogov opened 2 years ago

paulrogov commented 2 years ago

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.