Opened 18 years ago

Closed 18 years ago

#2961 closed defect (fixed)

[patch] templatetag has no opencomment, closecomment.

Reported by: Jeong-Min Lee <falsetru@…> Owned by: Adrian Holovaty
Component: Template system Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

see #648.

Attachments (1)

templatetag-comment.patch (2.3 KB ) - added by Jeong-Min Lee <falsetru@…> 18 years ago.
patch including test against 3937

Download all attachments as: .zip

Change History (2)

by Jeong-Min Lee <falsetru@…>, 18 years ago

Attachment: templatetag-comment.patch added

patch including test against 3937

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3938]) Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee

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