-

${_("About Push to LMS")}

-

${_("Use this to export your course to its git repository.")}

-

${_("This will then trigger an automatic update of the main LMS site and update the contents of your course visible there to students.")}

+

${_("About Export to Git")}

+
+

${_("Use this to export your course to its git repository.")}

+

${_("This will then trigger an automatic update of the main LMS site and update the contents of your course visible there to students if automatic git imports are configured.")}

+
-
-

${_("Push Course:")}

- +
+

${_("Export Course to Git:")}

+ % if not context_course.giturl: -

${_("giturl must be defined in your course settings before you can push to LMS.")}

+

${_("giturl must be defined in your course settings before you can export to git.")}

% else: % endif
-
+
% if msg: % if failed:

${_('Export Failed')}:

@@ -53,16 +55,16 @@ % endif
${msg|h}
% endif -
+