Add a style that appears in form error lists produced by Django Forms and
make it match the style of the existing td.formfielderror used by the
field_as_table_row helper.
Patch by: Todd Larsen
Review by: to-be-reviewed
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()