Add urls to templates
This commit is contained in:
parent
219f4a1497
commit
b49c6b0f38
@ -113,7 +113,7 @@ class DetailsOfUseForm(CacheableForm):
|
|||||||
# Details of Use: Financial Usage
|
# Details of Use: Financial Usage
|
||||||
estimated_monthly_spend = IntegerField(
|
estimated_monthly_spend = IntegerField(
|
||||||
"Estimated Monthly Spend",
|
"Estimated Monthly Spend",
|
||||||
description='Use the <a href="#" target="_blank" class="icon-link">JEDI CSP Calculator</a> to estimate your <b>monthly</b> cloud resource usage and enter the dollar amount below. Note these estimates are for initial approval only. After the request is approved, you will be asked to provide a valid Task Order number with specific CLIN amounts for cloud services.',
|
description='Use the <a href="/jedi-csp-calculator" target="_blank" class="icon-link">JEDI CSP Calculator</a> to estimate your <b>monthly</b> cloud resource usage and enter the dollar amount below. Note these estimates are for initial approval only. After the request is approved, you will be asked to provide a valid Task Order number with specific CLIN amounts for cloud services.',
|
||||||
)
|
)
|
||||||
|
|
||||||
dollar_value = IntegerField(
|
dollar_value = IntegerField(
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{% for environment in project.environments %}
|
{% for environment in project.environments %}
|
||||||
<li class='block-list__item project-list-item__environment'>
|
<li class='block-list__item project-list-item__environment'>
|
||||||
<a href='/' target='_blank' rel='noopener noreferrer' class='project-list-item__environment__link'>
|
<a href='{{ url_for("atst.csp_environment_access")}}' target='_blank' rel='noopener noreferrer' class='project-list-item__environment__link'>
|
||||||
{{ Icon('link') }}
|
{{ Icon('link') }}
|
||||||
<span>{{ environment.name }}</span>
|
<span>{{ environment.name }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user