Skip to content
Snippets Groups Projects
Commit 92f7fe5d authored by Tanner Prestegard's avatar Tanner Prestegard Committed by Alexander Pace
Browse files

fixing advocate signoff whitespace

parent 135cf906
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,7 @@
{% endif %}
</select></td></tr>
<tr><th><label for="id_comment">Comment:</label></th><td>
<textarea cols="40" id="id_comment" name="comment" rows="10"> {{advocate_signoff_object.comment}}
</textarea></td></tr>
<textarea cols="40" id="id_comment" name="comment" rows="10">{{advocate_signoff_object.comment}}</textarea></td></tr>
<input type="hidden" name="signoff_type" value="advocate">
<input type="hidden" name="action" value="edit">
<tr> <th> Delete </th> <td> <input type="checkbox" name="delete" value="true"> </td> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment