mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Lazy loading doesn't seem to work correctly.
git-svn-id: http://django-avatar.googlecode.com/svn/trunk@9 c76b2324-5f53-0410-85ac-b1078a54aeeb
This commit is contained in:
parent
3e1654d9a9
commit
b329ef276f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from django.shortcuts import get_object_or_404, render_to_response
|
|||
from django.template import RequestContext
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
|
|
|
|||
Loading…
Reference in a new issue