#4975: Colons: Always appended to labels -----------------------+---------------------------------------------------- Reporter: rtconner | Owner: adrian Status: new | Component: django.newforms Version: SVN | Keywords: newforms forms Stage: Unreviewed | Has_patch: 0 -----------------------+---------------------------------------------------- Hi, I wanted to make a form, but I didn't want the labels to have colons. After some looking I figured I'd have to make myself a generator. But after looking, even making my own generator does not get rid of the colons. My own generator would use _html_output which always appends colons (except where there is punctuation). That is not very flexible. Can you move the colons into as_table, as_ul, so they can be made to be optional. Or perhaps make some label formatting function within BaseForm which I can override when I would want to. Thanks. And yes Django still rocks.
-- Ticket URL: <http://code.djangoproject.com/ticket/4975> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
