render_primary() needs AVATAR_DEFAULT_URL

This commit is contained in:
Mathieu Pillard 2010-02-08 12:11:45 +01:00 committed by Eric Florenzano
parent 2e55166df6
commit 8cd775a41f

View file

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