Andy-James-Osborne / DevHub

0 stars 1 forks source link

Edit profile #33

Closed Andy-James-Osborne closed 5 months ago

Andy-James-Osborne commented 5 months ago

Need information that is already on profile to render in form when edit at the moment the fields are blank when you edit the profile form.

Andy-James-Osborne commented 5 months ago

Needed to add this in the if statement of my edit profile views.py function 'form = ProfileForm(instance=request.user.profile)'.