Re: Nested Dictionaries in Django Templates

2008-06-19 Thread phillc
you are implementing logic into the templates, which django templating attempts to prevent. On Jun 17, 12:27 pm, Keybo <[EMAIL PROTECTED]> wrote: > Hello, >        I have a question regarding displaying information in django > templates. I would like to display a nested dictionary(Hash) in the >

Nested Dictionaries in Django Templates

2008-06-17 Thread Keybo
Hello, I have a question regarding displaying information in django templates. I would like to display a nested dictionary(Hash) in the templates. However the only problem is that the values in the dictionary are either strings or other dictionaries. If there a way of knowing the type of va