Re: i18n form not working when in site root

2010-08-06 Thread Baurzhan Ismagulov
On Fri, Aug 06, 2010 at 07:26:33AM -0700, Florin wrote: > When I change the language from any site's page it works like it > should, but when I go to the homepage (site's root) the > "django_language" cookie is reset and the language form doesn't work > anymore; it makes the POST request but it doe

Re: i18n form not working when in site root

2010-08-06 Thread Florin
FIXED :) It was an issue with FeinCMS. On Aug 6, 5:26 pm, Florin wrote: > Hi there, > > I have put the form with a select box with languages in the template > header: > > > > {% for lang in LANGUAGES %} > {{ lang.1 }} > {% endfor %} > > > > > When I change the language from any site's pag

i18n form not working when in site root

2010-08-06 Thread Florin
Hi there, I have put the form with a select box with languages in the template header: {% for lang in LANGUAGES %} {{ lang.1 }} {% endfor %} When I change the language from any site's page it works like it should, but when I go to the homepage (site's root) the "django_language" cookie is r