Hi, On 24.02.2010 03:20, kevin wrote:
i get this error when trying to update a dictionary value{% set i['view'] = 'home' %} TemplateSyntaxError: expected token '=', got '['
Not possible, set only assigns to local variables. Regards, Armin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
