Re: Extract HTML code from FormFields to Templates

2006-10-12 Thread Malcolm Tredinnick
On Sat, 2006-10-07 at 15:40 -0700, Pascal Bach wrote: > Hallo. I have noticed that in the django forms classes, for example > django.forms.TextField there is HTML code embedded into the Python > code. I thougt about extracting all this code to Django Templates. > But since I don't know if this is

Extract HTML code from FormFields to Templates

2006-10-12 Thread Pascal Bach
Hallo. I have noticed that in the django forms classes, for example django.forms.TextField there is HTML code embedded into the Python code. I thougt about extracting all this code to Django Templates. But since I don't know if this is useful I wanted to ask you. I see the following pros/cons. Pr