From dcb612d921391ee439144148f9fc47caad3912a7 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 5 Oct 2012 06:07:52 +0200 Subject: merge user import script into the web interface Users can be imported from *.csv files via /users/import. --- templates/users/import.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/users/import.html (limited to 'templates') diff --git a/templates/users/import.html b/templates/users/import.html new file mode 100644 index 0000000..108c867 --- /dev/null +++ b/templates/users/import.html @@ -0,0 +1,39 @@ +

Import Users

+ +
+ CSV Import Done! The System's Database has been updated. +
+ +
+
+
+ +
+ + +
+
+ + +
+
+ +
+ + + + + + {{{DATA1}}} + +
IDFirstnameLastnameE-MailGenderStreetPostcodeCity
+ + {{{DATA2}}}. + +
+
+ + +
+
+
-- cgit v1.2.3