Closed jayadeepk closed 8 years ago
The error occurs for a new user with no prior projects.
Traceback: File "/home/jay/Envs/iitg/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 132. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/jay/Envs/iitg/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 22. return view_func(request, *args, **kwargs) File "/home/jay/alumniportal/alumniportal/forms_views.py" in edit_project 211. 'formset':_formset, Exception Type: UnboundLocalError at /edit-profile/project/ Exception Value: local variable '_formset' referenced before assignment
@ranka47 I'm able to add a project with your fix. Closing issue.
The error occurs for a new user with no prior projects.