From c4a7b59f7fd1460ad8b9cc6fe95ff9e8e8bd35ff Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 19 Dec 2018 11:41:33 -0500 Subject: [PATCH] fix scope description and task order active step display --- atst/forms/task_order.py | 2 +- templates/task_orders/new/menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/forms/task_order.py b/atst/forms/task_order.py index 03854c95..903149fe 100644 --- a/atst/forms/task_order.py +++ b/atst/forms/task_order.py @@ -25,7 +25,7 @@ class AppInfoForm(CacheableForm): ) scope = TextAreaField( "Cloud Project Scope", - description="The name of your office or organization. You can add multiple applications to your portfolio. Your task orders are used to pay for these applications and their environments", + description="Your team's plan for using the cloud, such as migrating an existing application or creating a prototype.", ) defense_component = SelectField( "Department of Defense Component", choices=SERVICE_BRANCHES diff --git a/templates/task_orders/new/menu.html b/templates/task_orders/new/menu.html index 19550e13..f7b088ad 100644 --- a/templates/task_orders/new/menu.html +++ b/templates/task_orders/new/menu.html @@ -11,7 +11,7 @@
  • {{ s['title'] }}