mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
debugging, not needed
This commit is contained in:
parent
7a6c2e04a9
commit
e96db94b02
1 changed files with 0 additions and 3 deletions
|
|
@ -86,9 +86,6 @@ def add(request, extra_context={}, next_override=None):
|
|||
message=_("Successfully uploaded a new avatar."))
|
||||
if notification:
|
||||
_notification_updated(request, avatar)
|
||||
else:
|
||||
# from IPython.Shell import IPShellEmbed; IPShellEmbed()()
|
||||
print upload_avatar_form.errors
|
||||
return render_to_response(
|
||||
'avatar/add.html',
|
||||
extra_context,
|
||||
|
|
|
|||
Loading…
Reference in a new issue