Hide the text area label since the modal title is enough
This commit is contained in:
parent
481d8cd76e
commit
4facacb398
@ -5,7 +5,7 @@
|
||||
<form wicket:id="form">
|
||||
<div wicket:id="feedback"></div>
|
||||
<div class="mb-3">
|
||||
<label wicket:for="note">Note</label>
|
||||
<label wicket:for="note" class="sr-only">Note</label>
|
||||
<textarea wicket:id="note" rows="20" class="form-control"></textarea>
|
||||
</div>
|
||||
<button wicket:id="save" type="submit" class="btn btn-primary">Save</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user