- % if course_creator_status=='granted': + % if course_creator_permission_granted:
@@ -81,12 +98,20 @@

${_("Create a New Course")}

## Translators: This is an example for the name of the organization sponsoring a course, seen when filling out the form to create a new course. The organization name cannot contain spaces. ## Translators: "e.g. UniversityX or OrganizationX" is a placeholder displayed when user put no data into this field. - - ${Text(_("The name of the organization sponsoring the course. {strong_start}Note: The organization name is part of the course URL.{strong_end} This cannot be changed, but you can set a different display name in Advanced Settings later.")).format( - strong_start=HTML(''), - strong_end=HTML(''), - )} - + % if org_course_creator_allowed_org: + + % else: + + ${Text(_("The name of the organization sponsoring the course. {strong_start}Note: The organization name is part of the course URL.{strong_end} This cannot be changed, but you can set a different display name in Advanced Settings later.")).format( + strong_start=HTML(''), + strong_end=HTML(''), + )} + + % endif