Update admin.py

This commit is contained in:
Aaron Jorgensen 2022-03-14 22:06:25 -05:00 committed by GitHub
parent 4845504b74
commit 7c282cf54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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