Given an authorized user (including Admin) wants to edit his/her the profile information for a Non-Profit
When the user clicks on Account / Non-Profit Profile on the nav
Then the NonpProfit Profile view displays with the following fields prepopulated:
*Username
First Name
Last Name
*Contact Email
Non-Profit Name
*Website URL
Calendar Link
Description
When the user clicks the Submit button, any changes made are saved.
When the user clicks the Delete button, the user is prompted with a message to confirm s/he wants to delete the profile record. The Active status is set to False if user gives an affirmative response.
Given an authorized user (including Admin) wants to edit his/her the profile information for a Non-Profit When the user clicks on
Account
/Non-Profit Profile
on the nav Then theNonpProfit Profile
view displays with the following fields prepopulated:When the user clicks the
Submit
button, any changes made are saved.When the user clicks the
Delete
button, the user is prompted with a message to confirm s/he wants to delete the profile record. TheActive
status is set toFalse
if user gives an affirmative response.