Re: HTML & Django (Google App Engine)

2010-03-04 Thread slenno1
I have yet to try your suggestion, but this looks great! I am really looking forward to trying it, thanks!! On Mar 3, 4:54 pm, Jervis wrote: > On Mar 3, 3:51 pm, slenno1 wrote: > > > Hey everyone, > >      I am currently working with a section of a site that takes user > > input usingDjangoforms

Re: HTML & Django (Google App Engine)

2010-03-03 Thread Jervis
On Mar 3, 3:51 pm, slenno1 wrote: > Hey everyone, >      I am currently working with a section of a site that takes user > input using Django forms: > >   description = forms.CharField(widget=forms.Textarea(attrs={'rows': > '10', 'cols': '80'})) > > The only problem however is that this ignores