Use CSS to display no go upload errors
This commit is contained in:
parent
b116438de9
commit
a9d0b01ee2
2 changed files with 24 additions and 5 deletions
|
|
@ -457,7 +457,11 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p id="nogoError" style="display: none;"></p>
|
||||
<p
|
||||
id="nogoError"
|
||||
class="invalid-feedback"
|
||||
style="display: none;"
|
||||
></p>
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend data-i18n="loadNogos.source">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue