-
Couldn't load subscription status.
- Fork 56
Open
Description
if views.py line 27 change if to elif:
for key, val in errors.iteritems():
if key == '__all__':
final_errors['__all__'] = val
elif not isinstance(form.fields[key], forms.FileField):
html_id = form.fields[key].widget.attrs.get('id') or form[key].auto_id
html_id = form.fields[key].widget.id_for_label(html_id)
final_errors[html_id] = val
Metadata
Metadata
Assignees
Labels
No labels