Right now, when a user does not have permission to visit the profile create page, they go to a standard 403 forbidden page. In the future, we should add a message outlining that they either did not set their is_tutor in account to true or that they already have a tutor profile. After the message, they should then be redirected to some page, so they don't just see the message and go back to the 403 page.
Issue location: tutor/views.py. The class is ProfileCreateView. Location is indicated in python file.
Right now, when a user does not have permission to visit the profile create page, they go to a standard 403 forbidden page. In the future, we should add a message outlining that they either did not set their is_tutor in account to true or that they already have a tutor profile. After the message, they should then be redirected to some page, so they don't just see the message and go back to the 403 page.
Issue location: tutor/views.py. The class is ProfileCreateView. Location is indicated in python file.