Re: Template tag i18n failing

2008-09-01 Thread Luis Rodrigues
Thanks for the info. 2008/8/31 Ramiro Morales <[EMAIL PROTECTED]>: > > On Sun, Aug 31, 2008 at 2:09 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote: >> >> This is a bug and has been reported as ticket |1] #7027, you can track >> the advance of the issue there. >> > > This is fixed as of revision

Re: Template tag i18n failing

2008-08-31 Thread Ramiro Morales
On Sun, Aug 31, 2008 at 2:09 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > This is a bug and has been reported as ticket |1] #7027, you can track > the advance of the issue there. > This is fixed as of revision 8769. cheers, -- Ramiro Morales

Re: Template tag i18n failing

2008-08-31 Thread Ramiro Morales
On Sun, Aug 31, 2008 at 1:58 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to use > {% printformfooter _("Submit Message") "Cancel" %} > > as it is documented here: > http://www.djangoproject.com/documentation/i18n/#in-template-code > > but I get the error: > " >

Template tag i18n failing

2008-08-31 Thread [EMAIL PROTECTED]
Hi, I would like to use {% printformfooter _("Submit Message") "Cancel" %} as it is documented here: http://www.djangoproject.com/documentation/i18n/#in-template-code but I get the error: " TemplateSyntaxError at /project/1/message/create/ printformfooter takes 3 arguments " printformfooter