I have a dictionary of dictionaries that I want to use in a template.
Unfortunately some of the keys are hyphenated (I can't change it), so
when I try to call them in the template using {{ dictionary.key-
name }} it doesn't work:Could not parse the remainder: '-qualifiers' from 'display.vocabularies.agent-qualifiers' Is there a simple work around method for this in Django that I haven't picked up yet? Or is this something that I will have to create a special work around for? Any suggestions? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

