Too many changes to list them all.
[Sone.git] / src / main / resources / templates / include / importSone.html
diff --git a/src/main/resources/templates/include/importSone.html b/src/main/resources/templates/include/importSone.html
deleted file mode 100644 (file)
index 910afc3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<h1><%= Page.ImportSone.Page.Title|l10n|html></h1>
-
-<form id="import-sone" action="importSone.html" method="post" enctype="mulitpart/form-data">
-       <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-
-       <input type="file" name="sone-file" />
-
-       <button type="submit"><%= Page.ImportSone.Button.Import|l10n|html></button>
-
-</form>