Allow supervisors to write a note associated with their projects #8

Merged
ansv7779 merged 10 commits from 3399-supervisor-project-note into develop 2024-07-10 13:43:27 +02:00
Showing only changes of commit 4facacb398 - Show all commits

View File

@ -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>