diff --git a/src/frontend/manage/imports/csvImport.eta.html b/src/frontend/manage/imports/csvImport.eta.html
index 6cb710b..746e605 100644
--- a/src/frontend/manage/imports/csvImport.eta.html
+++ b/src/frontend/manage/imports/csvImport.eta.html
@@ -1,28 +1,24 @@
-<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %>
- <%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %>
+<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %> <%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %>
-
Import A CSV File
- Upload a CSV file to import into the database. The CSV file must have the following columns:
-
- - Name
- - Amount
- - Manufacturer
- - Category
-
- The following columns are optional:
-
- - SKU
- - Comment
- - StorageLocation (import currently not supported)
-
-
-
-
-
- <%~ E.includeFile("../../partials/controlsFoot.eta.html") %>
- <%~ E.includeFile("../../partials/foot.eta.html") %>
\ No newline at end of file
+<%~ E.includeFile("../../partials/controlsFoot.eta.html") %> <%~ E.includeFile("../../partials/foot.eta.html") %>