]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
This fixes #317.
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 4 Feb 2009 18:02:30 +0000 (19:02 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 4 Feb 2009 18:02:30 +0000 (19:02 +0100)
--HG--
branch : trunk

ext/djangojinja2.py

index ff584b79062498eb1902709c955da6f981cd0f12..bab6ec0bfc7c1c7e14d143e7143d17779f6f8c57 100644 (file)
@@ -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