small schema refinements for request_reviews

This commit is contained in:
dandds
2018-09-10 13:33:10 -04:00
parent d3c98523c4
commit aadedfc3b0
6 changed files with 73 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <b>These notes will be visible to the person making the JEDI request</b>.
{{ TextInput(f.comments, paragraph=True, placeholder="Add notes or comments explaining what changes are being requested or why further discussion is needed about this request.") }}
{{ TextInput(f.comment, paragraph=True, placeholder="Add notes or comments explaining what changes are being requested or why further discussion is needed about this request.") }}
</div>