summaryrefslogtreecommitdiffstats
path: root/core/views_statistics.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-28 03:48:24 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-28 03:48:24 +0100
commita99020078cc7a57f21f5b8934e6d78e7d1c77f4b (patch)
treea831fb99c191d70f4b6c665cc198e00d9507850e /core/views_statistics.py
parenta4c892b696d2855d84df3848ad08a9a1db126bbe (diff)
downloadtroggle-a99020078cc7a57f21f5b8934e6d78e7d1c77f4b.tar.gz
troggle-a99020078cc7a57f21f5b8934e6d78e7d1c77f4b.tar.bz2
troggle-a99020078cc7a57f21f5b8934e6d78e7d1c77f4b.zip
tidy render() calls
Diffstat (limited to 'core/views_statistics.py')
-rw-r--r--core/views_statistics.py2
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