mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-04-26 01:34:46 +00:00
Update admin.py
This commit is contained in:
parent
4845504b74
commit
7c282cf54f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ try:
|
|||
from django.utils import six
|
||||
except ImportError:
|
||||
import six
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.template.loader import render_to_string
|
||||
|
||||
from avatar.models import Avatar
|
||||
|
|
|
|||
Loading…
Reference in a new issue