tidy render() calls

This commit is contained in:
Philip Sargent
2021-03-28 03:48:24 +01:00
parent a4c892b696
commit a99020078c
5 changed files with 8 additions and 11 deletions

View File

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