From 233d470ad28a49ac5159a7358d0de720af62f749 Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Tue, 5 Dec 2017 13:40:36 -0500 Subject: [PATCH] On Import Course page, clarify content that's imported per course team request --- cms/templates/import.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/cms/templates/import.html b/cms/templates/import.html index 98951c135c..5d20980c58 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -1,9 +1,9 @@ <%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"> -<% +<% if library: - return "import_library" + return "import_library" else: return "import_course" %> @@ -214,7 +214,7 @@ else:
${_("Learn more about importing a library")} -
+ %else: %endif