Merge pull request #561 from dod-ccpo/to-form-fixes

TO Form fixes
This commit is contained in:
leigh-mil
2019-01-23 11:03:45 -05:00
committed by GitHub
8 changed files with 47 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ TASK_ORDER_SECTIONS = [
},
{
"section": "review",
"title": "Review & Download",
"title": "Review",
"template": "task_orders/new/review.html",
"form": task_order_form.ReviewForm,
},