fixed display of current web sites

This commit is contained in:
David Kennedy 2024-01-25 13:10:33 -05:00
parent 4fd674e0b4
commit f8dbc03d91
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -94,7 +94,7 @@
{% if step == Step.CURRENT_SITES %}
{% namespaced_url 'application' step as application_url %}
{% if application.alternative_domains.all %}
{% if application.current_websites.all %}
{% with title=form_titles|get_item:step value=application.current_websites.all %}
{% include "includes/summary_item.html" with title=title value=value heading_level=heading_level editable=True edit_link=application_url list='true' %}
{% endwith %}