add message link to staff note signature notifications

This commit is contained in:
2025-01-01 06:00:46 +00:00
parent c3bc40561b
commit 81ba235b08
4 changed files with 37 additions and 10 deletions

View File

@@ -36,6 +36,11 @@
<input type='date' name='{{ field_name(form.date) }}' value='{{ field_value(form.date) }}' id='note_form_date' class='form-control'/>
</div>
<div class='input-group input-group-outline mb-3 is-filled'>
<label for='note_form_recommendations' class='form-label'>Recommendations</label>
<input type='text' name='note_form_recommendations' value='{{ note.recommendations }}' disabled='disabled' class='form-control'/>
</div>
<div class='input-group input-group-outline mb-3'>
{{ form_row(form.servicesProvided) }}
</div>