diff --git a/app/templates/views/send.html b/app/templates/views/send.html
index 8a2621d8a..0049292f6 100644
--- a/app/templates/views/send.html
+++ b/app/templates/views/send.html
@@ -11,8 +11,6 @@
Upload recipients
- {{ template|string }}
-
Your file needs to look like this example
+
+ Save your file as a
+ CSV,
+ TSV,
+ ODS,
+ or Microsoft Excel spreadsheet
+
{% call(item, row_number) list_table(
example,
@@ -38,12 +43,7 @@
Download this example
-
Accepted file formats
-
- - .csv
- - .tsv
- - Open Document Spreadsheet (.ods)
- - Microsoft Excel (.xls, .xlsx, .xlsm)
-
+ Your file will populate this template ({{ template.name }})
+ {{ template|string }}
{% endblock %}