Skip to content

Commit

Permalink
Update src/registrar/templates/includes/portfolio_request_review_step…
Browse files Browse the repository at this point in the history
…s.html

Co-authored-by: Rachid Mrad <[email protected]>
  • Loading branch information
zandercymatics and rachidatecs authored Nov 1, 2024
1 parent 7141eae commit a1d37ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% elif domain_request.requesting_entity_is_portfolio %}
{% include "includes/summary_item.html" with value=domain_request.portfolio.organization_name edit_link=domain_request_url %}
{% if domain_request.portfolio.city and domain_request.portfolio.state_territory %}
<p class="margin-top-0 margin-bottom-0">{{domain_request.portfolio.city}}, {{domain_request.portfolio.state_territory}}</p>
<p class="margin-y-0">{{domain_request.portfolio.city}}, {{domain_request.portfolio.state_territory}}</p>
{% endif %}
{% else %}
{% with value="<span class='text-bold text-secondary-dark'>Incomplete</span>"|safe %}
Expand Down

0 comments on commit a1d37ee

Please sign in to comment.