In a Django template, I am trying to use the urlize
filter just after the url
function is being used, which is generating an url and subsequently generating its <a>
tag.
Unfortunately various attempts of using (url myview)|urlize
and similar experiments did not work. Any ideas on how to put the pieces together to make the thing work?
thanks!