user.about = sanitize_html(form.cleaned_data['about'])\r
\r
user.save()\r
- # send user updated singal if full fields have been updated\r
+ # send user updated signal if full fields have been updated\r
if user.email and user.real_name and user.website and user.location and \\r
user.date_of_birth and user.about:\r
user_updated.send(sender=user.__class__, instance=user, updated_by=user)\r