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