From 3c0e569d338c83df1558deb548a7113dd8f98d44 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Thu, 21 Jun 2007 20:15:17 +0000 Subject: [PATCH] Import TemplateSyntaxError - Legacy-Id: 601 --- ietf/idtracker/templatetags/myifchanged.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/idtracker/templatetags/myifchanged.py b/ietf/idtracker/templatetags/myifchanged.py index ffe5919a1..8c45a6243 100644 --- a/ietf/idtracker/templatetags/myifchanged.py +++ b/ietf/idtracker/templatetags/myifchanged.py @@ -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()