diff --git a/platformtour/default_steps.py b/platformtour/default_steps.py index d4fdd64..feaa214 100644 --- a/platformtour/default_steps.py +++ b/platformtour/default_steps.py @@ -21,7 +21,7 @@ { 'key': 'course_tab', 'title': 'Course Tab', - 'element': '.course-tabs a[href*="/course/"]', + 'element': '.course-tabs a[href*="/course/"], .course-tabs a[href*="/courseware"]', 'intro': 'You are in the Course tab, where all the materials are found.', 'position': 'right', }, diff --git a/setup.py b/setup.py index f034420..f1114dd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='xblock-platform-tour', - version='1.0.1', + version='1.0.2', description=('This xblock makes it easy for instructors to build a custom tour' ' of the platform and their specific course.'), license='AGPL v3',