mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-19 04:51:08 +00:00
Fixed typo.
This commit is contained in:
parent
cc4b06622f
commit
c1cc62ee08
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.conf import settings
|
||||
from django.core.cache import cache
|
||||
from django.utils.hashcompat import md5_constructor
|
||||
from django.templates.defaultfilters import slugify
|
||||
from django.template.defaultfilters import slugify
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue