From 874c12e5f4bfdb989dd63c51734796869c6cc185 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 4 Feb 2009 19:02:30 +0100 Subject: [PATCH] This fixes #317. --HG-- branch : trunk --- ext/djangojinja2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/djangojinja2.py b/ext/djangojinja2.py index ff584b7..bab6ec0 100644 --- a/ext/djangojinja2.py +++ b/ext/djangojinja2.py @@ -20,6 +20,7 @@ """ from itertools import chain from django.conf import settings +from django.http import HttpResponse from django.core.exceptions import ImproperlyConfigured from django.template.context import get_standard_processors from django.template import TemplateDoesNotExist -- 2.26.2