fix tests

This commit is contained in:
matthewswspence 2025-03-25 13:28:50 -05:00
parent 1d7dd1780a
commit bffd8e2090
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -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 %}