diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index af2100f042..5df09207b1 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -19,7 +19,7 @@ def url_class(url):
  1. Courseware
  2. Course Info
  3. -% if course.syllabus_present: +% if hasattr(course,'syllabus_present') and course.syllabus_present:
  4. Syllabus
  5. % endif % if user.is_authenticated():