Re: issues with form error in custom templates not displaying correctly

2010-08-12 Thread cootetom
You would use CSS for styling. li { border:1px solid #FF; } You might want to create a class for error styling though! On Aug 12, 4:44 pm, reduxdj wrote: > Hi, > > I can't seem to get my form errors to work with customs forms in > django, following the examples I have done this: > >    

issues with form error in custom templates not displaying correctly

2010-08-12 Thread reduxdj
Hi, I can't seem to get my form errors to work with customs forms in django, following the examples I have done this: Price {% if form.price.errors %}