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
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
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
3 matches
Mail list logo