bennylope / django-organizations

:couple: Multi-user accounts for Django projects
http://django-organizations.readthedocs.org/
BSD 2-Clause "Simplified" License
1.3k stars 212 forks source link

accept files in activate view #160

Closed gauravkulkarni96 closed 6 years ago

gauravkulkarni96 commented 6 years ago

Changes made -

  1. Passed the files parameter to UserRegistrationForm while calling .get_form method.
  2. Updated the template to support request.FILES. Closes #159
bennylope commented 6 years ago

Thanks Gaurav! Hopefully will have some time today to cut a new minor release.