diff options
Diffstat (limited to 'profiles/views.py')
-rw-r--r-- | profiles/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/views.py b/profiles/views.py index dec1172..c9552ab 100644 --- a/profiles/views.py +++ b/profiles/views.py @@ -11,7 +11,7 @@ from django.http import HttpResponseRedirect from django.shortcuts import get_object_or_404 from django.shortcuts import render_to_response from django.template import RequestContext -from django.views.generic.list_detail import object_list +from django.views.generic.list import ListView from django import forms from core.models import Person |