mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
tweak spacing on current websites
This commit is contained in:
parent
29381418a9
commit
ec64be9541
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Authorizing official:
|
||||||
{% spaceless %}{% include "emails/includes/contact.txt" with contact=application.authorizing_official %}{% endspaceless %}
|
{% spaceless %}{% include "emails/includes/contact.txt" with contact=application.authorizing_official %}{% endspaceless %}
|
||||||
{% if application.current_websites.exists %}{# if block makes a newline #}
|
{% if application.current_websites.exists %}{# if block makes a newline #}
|
||||||
Current website for your organization: {% for site in application.current_websites.all %}
|
Current website for your organization: {% for site in application.current_websites.all %}
|
||||||
{{ site.website }}
|
{% spaceless %}{{ site.website }}{% endspaceless %}
|
||||||
{% endfor %}{% endif %}
|
{% endfor %}{% endif %}
|
||||||
.gov domain:
|
.gov domain:
|
||||||
{{ application.requested_domain.name }}
|
{{ application.requested_domain.name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue