mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-02 12:44:43 +00:00
render_primary() needs AVATAR_DEFAULT_URL
This commit is contained in:
parent
2e55166df6
commit
8cd775a41f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from django.db.models import get_app
|
|||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.conf import settings
|
||||
|
||||
from avatar import AVATAR_MAX_AVATARS_PER_USER
|
||||
from avatar import AVATAR_MAX_AVATARS_PER_USER, AVATAR_DEFAULT_URL
|
||||
|
||||
try:
|
||||
notification = get_app('notification')
|
||||
|
|
|
|||
Loading…
Reference in a new issue