RachWalm / VolunteerVillage

Project 4 for Code Institute
0 stars 1 forks source link

Bug: create profile page no longer working #87

Open RachWalm opened 9 months ago

RachWalm commented 9 months ago

Story

As a volunteer, I can create a profile so that I can be matched.

Acceptance Criteria

Tasks

RachWalm commented 9 months ago

The form appears to work but doesn't actually save anything any more. It can be saved using the admin panel and edit a profile still works so it is a problem specific to the create a profile page.

RachWalm commented 9 months ago

It would appear that all the previously created profiles may have been done using the admin channel and not through the page as previously thought, Potentially this requires the addition of instances to connect this to the user.

RachWalm commented 9 months ago

Needed to save profile with commit = false and link the profile to the user then save again without commit = False and it started to save from the website.