tweak spacing on current websites

This commit is contained in:
Neil Martinsen-Burrell 2023-04-10 13:53:41 -05:00
parent 29381418a9
commit ec64be9541
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -53,7 +53,7 @@ Authorizing official:
{% spaceless %}{% include "emails/includes/contact.txt" with contact=application.authorizing_official %}{% endspaceless %}
{% if application.current_websites.exists %}{# if block makes a newline #}
Current website for your organization: {% for site in application.current_websites.all %}
{{ site.website }}
{% spaceless %}{{ site.website }}{% endspaceless %}
{% endfor %}{% endif %}
.gov domain:
{{ application.requested_domain.name }}