except (ParseError, ValidationError), e:
return direct_to_template(request, 'explorer/panels/parse_error.html', extra_context={
'fileid': path, 'exception_type': type(e).__name__, 'exception': e,
except (ParseError, ValidationError), e:
return direct_to_template(request, 'explorer/panels/parse_error.html', extra_context={
'fileid': path, 'exception_type': type(e).__name__, 'exception': e,