Formatting

This commit is contained in:
richard-dds 2018-09-11 15:37:01 -04:00
parent acfe714a85
commit b2dee75cf0

View File

@ -44,7 +44,7 @@ def render_approval(request, form=None):
financial_review=pending_final_approval,
pdf_available=request.task_order and request.task_order.pdf,
f=form or CCPOReviewForm(),
internal_comment_form=internal_comment_form
internal_comment_form=internal_comment_form,
)