Great Arun, it did the trick.

Why do you do:?

options_added=options[:]

I just did it:

options.insert(0, OPTION('', _value=''))

and it worked fine,
kind regards


On Fri, Apr 15, 2011 at 9:00 AM, Arun K.Rajeevan <the1.a...@gmail.com>wrote:

>
> https://bitbucket.org/kra3/visual-lingua-website/src/8ac2627b0a19/applications/init/controllers/default.py
>
> see line 24.
>
> It's like this,
> populate option list first,
> insert a blank entry (in my case "ALL Languages"), into first position.
> Use that list in form
>

Reply via email to