On Mon, Apr 25, 2011 at 3:28 AM, Ab... <[email protected]> wrote:

> If there's a workaround other than modifying the core file, I'd like to
> know as I'm also facing the same issue.
>

You can pass your own labels, and the colon will be removed

formm = SQLFORM(db.yourtable, labels= dict(field1='My Field', field2='Other
Field'), fields=['field1,'field2'])

Reply via email to