FIXED :) It was an issue with FeinCMS.
On Aug 6, 5:26 pm, Florin <florind...@gmail.com> wrote: > Hi there, > > I have put the form with a select box with languages in the template > header: > <form action="/i18n/setlang/" method="post"> > <input name="next" type="hidden" value="/next/page/" /> > <select name="language"> > {% for lang in LANGUAGES %} > <option value="{{ lang.0 }}">{{ lang.1 }}</option> > {% endfor %} > </select> > <input type="submit" value="Go" /> > </form> > > 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 doesn't change the language. > > Any help is welcome! > Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.