Opened 11 years ago

Closed 11 years ago

#19386 closed Bug (invalid)

Comment template not work

Reported by: Roman Kalinichenko Owned by: nobody
Component: Template system Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If I comment some code in template like

<!-- {% for item_list in item.attachment_list %} -->
<!-- {{ item_list }} <br> -->
<!-- {% endfor %} -->

it code get work anyway
I try to put here some broken code and it give me some error

comment not work

Thanks

Change History (1)

comment:1 by anonymous, 11 years ago

Resolution: invalid
Status: newclosed

Please see TicketClosingReasons/UseSupportChannels (and the syntax for comments in Django templates).

Note: See TracTickets for help on using tickets.
Back to Top