Show scope regardless of where TO is started from

This commit is contained in:
Montana 2019-03-04 13:57:16 -05:00
parent e8a7131948
commit 3c21857c97

View File

@ -20,9 +20,9 @@
{{ ReviewField(heading="forms.portfolio.name_label" | translate, field=portfolio.name) }}
{% else %}
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization", validation="portfolioName") }}
{{ TextInput(form.scope, paragraph=True) }}
<p><i>{{ "task_orders.new.app_info.sample_scope" | translate | safe }}</i></p>
{% endif %}
{{ TextInput(form.scope, paragraph=True) }}
<p><i>{{ "task_orders.new.app_info.sample_scope" | translate | safe }}</i></p>
<div class="subheading--black">
{% if portfolio %}