Skip to content

Commit

Permalink
Merge pull request #417 from ec-jrc/414-Wrong-error-message-displayed
Browse files Browse the repository at this point in the history
#414 Deleted unnecessary error message
  • Loading branch information
iratigarzon authored May 20, 2024
2 parents e5f6ac9 + 6dc1abc commit fa3ed3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/Re3gistry2/src/main/webapp/jsp/addItemclass.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@
<button type="submit" class="btn btn-success width100"><i class="far fa-save"></i> ${localization.getString("label.save")}</button>
</div>
</div>
<div class="row alert alert-danger mt-3" role="alert">
<p class="form-validation-messages"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> ${localization.getString("label.completerequiredfields")}</p>
</div>
<% }%>
</form>
Expand Down

0 comments on commit fa3ed3c

Please sign in to comment.