From c2abd4b537f78a972dbc51c42addd15de00f7231 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 12 Oct 2012 09:03:13 -0400 Subject: [PATCH] Add import page template --- cms/templates/import.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cms/templates/import.html diff --git a/cms/templates/import.html b/cms/templates/import.html new file mode 100644 index 0000000000..b2385b2baf --- /dev/null +++ b/cms/templates/import.html @@ -0,0 +1,21 @@ +<%inherit file="base.html" /> +<%! from django.core.urlresolvers import reverse %> +<%block name="title">Import +<%block name="bodyclass">import + +<%block name="content"> +
+
+

Import

+
+

Importing a new course will delete all course content currently associated with your course + and replace it with the contents of the uploaded file.

+

File uploads must be zip files containing, at a minimum, a

course.xml
file.

+

Please note that if your course has any problems with auto-generated

url_name
s, + re-importing your course could cause the loss of student data associated with those problems.

+

Course to import:

+ + +
+
+ \ No newline at end of file