Import TemplateSyntaxError
- Legacy-Id: 601
This commit is contained in:
parent
71429f59aa
commit
3c0e569d33
|
@ -4,7 +4,7 @@ and with the context push removed."""
|
|||
|
||||
|
||||
from django.template import Node, NodeList, resolve_variable
|
||||
from django.template import VariableDoesNotExist
|
||||
from django.template import VariableDoesNotExist, TemplateSyntaxError
|
||||
from django.template import Library
|
||||
|
||||
register = Library()
|
||||
|
|
Loading…
Reference in a new issue