Re: i18n form not working when in site root

2010-08-06 Thread Florin
Moved. Thanks

On Aug 6, 5:10 pm, George Adams  wrote:
> This forum is for the development of Django itself and not its use. If you
> have a question regarding how to do something or make something work for a
> project using Django, please direct those to the django-users mailing
> list.
> After asking there and you feel like there is a defect with Django or a
> possible improvement that should be discussed, feel free to bring it up here
> later with that intent. Thank you.
>
> --
> George Wright Adams IV
>
> Undergraduate Student of Software Engineering
> Rochester Institute of Technology
>
> http://gada.ms/
> (585) 704-8198
> g.w.adams...@gmail.com
>
> On Fri, Aug 6, 2010 at 09:44, 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 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 developers" group.
> > To post to this group, send email to django-develop...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-developers+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-developers?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Re: i18n form not working when in site root

2010-08-06 Thread George Adams
This forum is for the development of Django itself and not its use. If you
have a question regarding how to do something or make something work for a
project using Django, please direct those to the django-users mailing
list.
After asking there and you feel like there is a defect with Django or a
possible improvement that should be discussed, feel free to bring it up here
later with that intent. Thank you.

--
George Wright Adams IV

Undergraduate Student of Software Engineering
Rochester Institute of Technology

http://gada.ms/
(585) 704-8198
g.w.adams...@gmail.com


On Fri, Aug 6, 2010 at 09:44, 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 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 developers" group.
> To post to this group, send email to django-develop...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.