On Mar 28, 9:03 am, "vfoley" <[EMAIL PROTECTED]> wrote: > Hello, > > I rewrote the forms portion of an application by using newforms. It's > pretty nice, however there is something extremely annoying: newforms > automatically adds a colon after labels (hopefully, my formatting is > correct):
This is the way that it has been decided to handle the labels in the "lazy" methods. You aren't forced to use these methods. > P.S: This code is from 0.96, I haven't checked the Subversion tree. You won't see any difference, except that I have a ticket which will only add the colon if there is no other punctuation to be added soon. Hrm... I guess a ' ' could be added to my check for punctuation, in which case it would leave the colon off if you ended in a space. Meh, maybe that's a bit to "magic". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---