Found the issue !
The labels are case sensitive !!

I think we should update the documentation for SQLForm, saying if you are 
using "labels", make sure that the keys in the dictionaries are exactly the 
same case as mentioned in your db.py.


On Friday, 18 January 2013 03:40:54 UTC-5, Niphlod wrote:
>
> show us the code you're using to override them, and the model of the 
> underlying table....
>
> On Friday, January 18, 2013 3:54:15 AM UTC+1, GeeksRule wrote:
>>
>> I have an SQLForm, and have a dictionary of labels, but they aren't been 
>> overriden :
>>
>> {'fname':'First name: ', 'lname':'Last name : ', 
>> 'Published_Datetime':'Date when you published : '}
>>
>> here "fname" is the column name in th database.
>>
>> are there any conditions where the labels I provide won't work ?
>>
>

-- 



Reply via email to