Re: issues with form error in custom templates not displaying correctly
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
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 %}