From dbf64e0737f739e37b4adf209a0b29b32ff8c309 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 18 Sep 2018 16:44:54 -0400 Subject: [PATCH] Place note for header csv import file. Add text for how the csv file is to be formatted. --- views/admin/staff/import.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/views/admin/staff/import.html b/views/admin/staff/import.html index 62a66fb..7cd9a9e 100644 --- a/views/admin/staff/import.html +++ b/views/admin/staff/import.html @@ -13,6 +13,13 @@ +
+File headers should be match +
+"firstname","lastname","email","extension","building","department"
+
+
+ {if $processed} {if $import_good}
-- 2.17.1