From cbc7cbbc5b5ef03059d8876074560635f2f647b7 Mon Sep 17 00:00:00 2001
From: Milton Mazzarri s."
return self._html_output(
- normal_row = ' %(label)s %(field)s%(help_text)ss -- excluding the ."
return self._html_output(
- normal_row = '
',
- error_row = '%(label)s %(errors)s%(field)s%(help_text)s ',
- row_ender = '',
- help_text_html = '%s
%s',
- errors_on_separate_row = False)
+ normal_row=' ',
+ error_row='%(label)s %(errors)s%(field)s%(help_text)s ',
+ row_ender='',
+ help_text_html='%s
%s',
+ errors_on_separate_row=False)
def as_ul(self):
"Returns this form rendered as HTML ."
return self._html_output(
- normal_row = '
%(label)s %(field)s%(help_text)s
', + error_row='%s', + row_ender='', + help_text_html=' %s', + errors_on_separate_row=True) def non_field_errors(self): """ -- cgit v1.3