aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Delete account does not work #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a small bug related to the delete view.

At 209 line the signals.post_signal.send method tries to use a 'form'
variable that is not available inside that view. 

http://code.google.com/p/django-profile/source/browse/trunk/userprofile/views.py
#209

Original issue reported on code.google.com by diegobz@gmail.com on 17 Jun 2009 at 1:29

GoogleCodeExporter commented 8 years ago
thanks
corrected in r418

Original comment by stephane.angel on 17 Jun 2009 at 4:14