From ba69392f70a8345231e8f6e7638bf9675d72f697 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 6 Mar 2013 17:10:45 -0500 Subject: [PATCH] Fix inaccurate instructions around import --- cms/templates/import.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cms/templates/import.html b/cms/templates/import.html index d83411fb9a..add31597cd 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -21,14 +21,14 @@

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

-

File uploads must be gzipped tar files (.tar.gz or .tgz) containing, at a minimum, a course.xml file.

+

File uploads must be gzipped tar files (.tar.gz) containing, at a minimum, a course.xml file.

Please note that if your course has any problems with auto-generated url_name nodes, re-importing your course could cause the loss of student data associated with those problems.

Course to import:

- Choose File + Choose File

change

@@ -45,13 +45,13 @@ <%block name="jsextra"> \ No newline at end of file