diff options
Diffstat (limited to 'core/views_statistics.py')
-rw-r--r-- | core/views_statistics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_statistics.py b/core/views_statistics.py index 45b963c..3102d51 100644 --- a/core/views_statistics.py +++ b/core/views_statistics.py @@ -5,7 +5,7 @@ from collections import OrderedDict import django.db.models from django.db.models import Min, Max -from django.shortcuts import render, render_to_response +from django.shortcuts import render from django.template import Context, loader from django.template.defaultfilters import slugify from django.utils import timezone |