Re: Label in Charfield

2015-07-20 Thread Carlos Andre
campo = forms.Charfield(max_lenght = 5, widget=(attr={'class':classe_css})) 2015-07-20 10:25 GMT-03:00 Ayush Jha : > Create a widget for the CharField FormField > > http://stackoverflow.com/questions/4707192/django-how-to-build-a-custom-form-widget > > -- > You received this message because you a

Re: Label in Charfield

2015-07-20 Thread Ayush Jha
Create a widget for the CharField FormField http://stackoverflow.com/questions/4707192/django-how-to-build-a-custom-form-widget -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, sen

Label in Charfield

2015-07-20 Thread Info Test
Hello, What is the best way to add class css for a label in Charfield form? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user