Skip to content

Commit 3c0e569

Browse files
committed
Import TemplateSyntaxError
- Legacy-Id: 601
1 parent 71429f5 commit 3c0e569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idtracker/templatetags/myifchanged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
from django.template import Node, NodeList, resolve_variable
7-
from django.template import VariableDoesNotExist
7+
from django.template import VariableDoesNotExist, TemplateSyntaxError
88
from django.template import Library
99

1010
register = Library()

0 commit comments

Comments
 (0)