Opened 9 years ago

Closed 9 years ago

#25568 closed Bug (invalid)

Can't use template syntax characters within tag and filter arguments

Reported by: Kuei (Jack) Sun Owned by: nobody
Component: Template system Version: 1.8
Severity: Normal Keywords: lexer, template, tag
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The following piece of template code does not work:

{% if tag == "%}" %}
...
{% endif %}

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: invalid
Status: newclosed
Summary: Template Tags within StringsCan't use template syntax characters within tag and filter arguments
Note: See TracTickets for help on using tickets.
Back to Top