IntranetFactory / ndjango

Automatically exported from code.google.com/p/ndjango
0 stars 0 forks source link

The sam missing tag is reported multiple times #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In an empty template create an {% autoescape on %} tag
2.Add {% comment %} tag to the template
3.

What is the expected output? What do you see instead?
here is the output in the Django Templates window:

Missing closing tag. Available tags: endautoescape
Missing closing tag. Available tags: endcomment
Missing closing tag. Available tags: endcomment

Note that missing endcomment tag is reported twice - should be only 
reported once

Please use labels and text to provide additional information.

Original issue reported on code.google.com by feingo...@gmail.com on 8 Sep 2009 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by feingo...@gmail.com on 15 Sep 2009 at 1:38

GoogleCodeExporter commented 9 years ago
This issue is still alive for some tags with 'nodelist' divided into two parts 
(i.e. 
node_list_true, node_list_false). Empty 'nodelist' solves this problem, but can 
cause some other problems with inheritance and block tags (or not?).

Original comment by KirillSk...@gmail.com on 24 Sep 2009 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by KirillSk...@gmail.com on 28 Sep 2009 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by KirillSk...@gmail.com on 7 Oct 2009 at 3:01