Hi,

I would like to be able to have custom template tags span across
multiple lines. The following example shows why this would be
desirable for tags with lots of options:

{% get_entries as entries
    days_old ="30"
    limit="15"
    categories="4,5,9,5"
    author='djones'
    get_comments='false'
    show_drafts='false'
    section='23'
%}

If I put all this on one line, I'm able to parse it in the custom tag
handler, but it is not recognized as a tag if I try to spread it
across multiple lines.

I've googled and searched the forum, but nothing turns up. Does anyone
know if there's any way to do this?

Thanks, Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to