Is there an elegant way to avoid nesting dictionaries in render_to_response if you have to separate data structures to display...from say another function that gets called in your view? The data structure I am displaying is already deeply nested, so I would like to avoid nesting even further if I can avoid it. It makes for a nasty template with too much nesting.
Thanks, Noah Gift --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

