Re: Template tags spanning multiple lines

2008-05-04 Thread gregf
Thank you very very much - DOTALL worked. I should be happy, and I am very happy, but just one more little thing Is there an elegant way to somehow subclass something, or override something , or sprinkle some magic dust somewhere to get the code in my directory, so that svn refreshes of dja

Re: Template tags spanning multiple lines

2008-05-04 Thread [EMAIL PROTECTED]
You *might* be able to make it work by adding the re.DOT_ALL flag to this re: http://code.djangoproject.com/browser/django/trunk/django/template/__init__.py#L90 I haven't tested it, I don't know if it works, I don't even know if it makes sense. On May 4, 10:51 pm, gregf <[EMAIL PROTECTED]> wrote

Re: Template tags spanning multiple lines

2008-05-04 Thread gregf
Thanks for the reply. I'm working on a system that, for lack of a better term, is "pull based', where the designer can mix content however he/she sees fit. In this type of a system, the developer does not assume what will be on a page. The designer can decide to, on a single page, pull out a li

Re: Template tags spanning multiple lines

2008-05-04 Thread Russell Keith-Magee
On Mon, May 5, 2008 at 9:38 AM, gregf <[EMAIL PROTECTED]> wrote: > > 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: ... > I've googled and searched the forum, b

Template tags spanning multiple lines

2008-05-04 Thread gregf
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='f