Show scope regardless of where TO is started from
This commit is contained in:
parent
e8a7131948
commit
3c21857c97
@ -20,9 +20,9 @@
|
|||||||
{{ ReviewField(heading="forms.portfolio.name_label" | translate, field=portfolio.name) }}
|
{{ ReviewField(heading="forms.portfolio.name_label" | translate, field=portfolio.name) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization", validation="portfolioName") }}
|
{{ 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 %}
|
{% endif %}
|
||||||
|
{{ TextInput(form.scope, paragraph=True) }}
|
||||||
|
<p><i>{{ "task_orders.new.app_info.sample_scope" | translate | safe }}</i></p>
|
||||||
|
|
||||||
<div class="subheading--black">
|
<div class="subheading--black">
|
||||||
{% if portfolio %}
|
{% if portfolio %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user