Re: Revisiting multiline tags

2014-04-03 Thread Daniel Ellis
Hmm, that does seem like a great idea! On Thu, Apr 3, 2014 at 10:17 AM, dude wrote: > Very good idea i think! > > Many people love format source codes to be beauty. But they can’t because > django templates does’t support multiline tags. > > > 03 апр. 2014 г., в 21:13,

Re: Revisiting multiline tags

2014-03-05 Thread Daniel Ellis
> > There's no business logic here: every parameter in this tag is > presentational log and belongs in templates (<- unless I'm wrong about > that, please suggest a refactoring to me if you believe one is appropriate > here!) > > > > On Wednesday, July 17, 2013 1:48

Re: Revisiting multiline tags

2013-07-16 Thread Daniel Ellis
. On Mon, Jul 15, 2013 at 5:41 PM, Jacob Kaplan-Moss <ja...@jacobian.org>wrote: > On Mon, Jul 15, 2013 at 1:34 PM, Daniel Ellis <ellis...@gmail.com> wrote: > >> Is it considered gauche to revive old topics such as this? > > > It's not, but my opinion hasn't changed

Re: Revisiting multiline tags

2013-07-15 Thread Daniel Ellis
Is it considered gauche to revive old topics such as this? After having some difficulty debugging why an if statement was throwing a strange error, I realized it was because they didn't support multi-line statements. Here's what I was trying: {% if request.xxx.family.get_selected.get_age <