mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +02:00
fix tests
This commit is contained in:
parent
1d7dd1780a
commit
bffd8e2090
1 changed files with 4 additions and 4 deletions
|
@ -41,6 +41,7 @@ Alternative domains:
|
||||||
{% endfor %}{% endif %}
|
{% endfor %}{% endif %}
|
||||||
Purpose of your domain:
|
Purpose of your domain:
|
||||||
{{ domain_request.purpose }}
|
{{ domain_request.purpose }}
|
||||||
|
|
||||||
Your contact information:
|
Your contact information:
|
||||||
{% spaceless %}{% include "emails/includes/contact.txt" with contact=recipient %}{% endspaceless %}
|
{% spaceless %}{% include "emails/includes/contact.txt" with contact=recipient %}{% endspaceless %}
|
||||||
|
|
||||||
|
@ -48,8 +49,7 @@ Other employees from your organization:{% for other in domain_request.other_cont
|
||||||
{% spaceless %}{% include "emails/includes/contact.txt" with contact=other %}{% endspaceless %}
|
{% spaceless %}{% include "emails/includes/contact.txt" with contact=other %}{% endspaceless %}
|
||||||
{% empty %}
|
{% empty %}
|
||||||
{{ domain_request.no_other_contacts_rationale }}
|
{{ domain_request.no_other_contacts_rationale }}
|
||||||
{% endfor %}
|
{% endfor %}{% if domain_request.anything_else %}
|
||||||
{% if domain_request.anything_else %}
|
Anything else?
|
||||||
Anything else?
|
{{ domain_request.anything_else }}
|
||||||
{{ domain_request.anything_else }}
|
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue