mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Negligible formatting change to django/template/__init__.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3449 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3d02de2713
commit
065b9aed67
@ -358,7 +358,7 @@ class DebugParser(Parser):
|
||||
super(DebugParser, self).extend_nodelist(nodelist, node, token)
|
||||
|
||||
def unclosed_block_tag(self, parse_until):
|
||||
(command, source) = self.command_stack.pop()
|
||||
command, source = self.command_stack.pop()
|
||||
msg = "Unclosed tag '%s'. Looking for one of: %s " % (command, ', '.join(parse_until))
|
||||
raise self.source_error( source, msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user