Closed dchukhin closed 5 years ago
The last step of the member-creation process now requires the new member to accept terms and conditions, accept the ResourceRequest from the Organization, and to set their password. Successfully doing these things redirects to a simple success page.
ResourceRequest
Organization
I changed the urls.py patterns.
urls.py
The last step of the member-creation process now requires the new member to accept terms and conditions, accept the
ResourceRequest
from theOrganization
, and to set their password. Successfully doing these things redirects to a simple success page.