diff --git a/templates/ContentGenerator/Instructor/ProblemSetList.html.ep b/templates/ContentGenerator/Instructor/ProblemSetList.html.ep index 43a07ad9bb..e58813449d 100644 --- a/templates/ContentGenerator/Instructor/ProblemSetList.html.ep +++ b/templates/ContentGenerator/Instructor/ProblemSetList.html.ep @@ -84,7 +84,7 @@ % % for my $actionID (@$formsToShow) { % next - % if $actionID eq 'lms_roster_sync' + % if $actionID eq 'lms_date_sync' % && (!$ce->{LTIVersion} % || $ce->{LTIVersion} ne 'v1p3' % || $ce->{LTIGradeMode} ne 'homework'