.form-group .help-block {
  display: none;
}

.form-group.has-error .help-block {
  display: block;
}