Skip to content

Commit c05d53d

Browse files
committed
Fixed the import path for some template classes.
- Legacy-Id: 12262
1 parent 8d1aca1 commit c05d53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/dbtemplate/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from docutils.utils import SystemMessage
55
import debug # pyflakes:ignore
66

7-
from django.template import Template as DjangoTemplate, TemplateDoesNotExist, TemplateEncodingError
7+
from django.template.base import Template as DjangoTemplate, TemplateDoesNotExist, TemplateEncodingError
88
from django.template.loader import BaseLoader
99
from django.utils.encoding import smart_unicode
1010

0 commit comments

Comments
 (0)