Allow supervisors to write a note associated with their projects #8
@ -5,7 +5,7 @@
|
|||||||
<form wicket:id="form">
|
<form wicket:id="form">
|
||||||
<div wicket:id="feedback"></div>
|
<div wicket:id="feedback"></div>
|
||||||
<div class="mb-3">
|
<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>
|
<textarea wicket:id="note" rows="20" class="form-control"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<button wicket:id="save" type="submit" class="btn btn-primary">Save</button>
|
<button wicket:id="save" type="submit" class="btn btn-primary">Save</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user