diff --git a/app/templates/email_templates/email_not_onboarded.html b/app/templates/email_templates/email_not_onboarded.html
index 5019a7433..3c4f45c68 100644
--- a/app/templates/email_templates/email_not_onboarded.html
+++ b/app/templates/email_templates/email_not_onboarded.html
@@ -20,7 +20,11 @@
Request Description: {{ current_request.description }}
-
+ {% if file %}
+ Attached File: {{ file['title'] }}:
{{ file['filename'] }}
+
+
+ {% endif %}
Requester's Contact Information