Opened 10 years ago

Last modified 10 years ago

#23336 closed New feature

Allow urlize to accept extra attributes. — at Version 1

Reported by: Paul Owned by: nobody
Component: Template system Version: dev
Severity: Normal Keywords: templatetag, urlize
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Paul)

If given a dictionary of extra attribute-values pairs, urlize should create <a> tags with the given attribute-value pairs.

https://github.com/logston/django/tree/ticket_23336

Change History (1)

comment:1 by Paul, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top