You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
form._errors["__all__"] =form.error_class(["There was a failure receiving the complete form data -- please try again."])
129
129
else:
130
130
raise
131
+
exceptValidationErrorase:
132
+
form=SubmissionUploadForm(request=request)
133
+
form._errors= {}
134
+
form._errors["__all__"] =form.error_class(["There was a failure converting the xml file to text -- please verify that your xml file is valid. (%s)"%e.message])
0 commit comments