diff --git a/templates/ContentGenerator/Instructor/ProblemSetList.html.ep b/templates/ContentGenerator/Instructor/ProblemSetList.html.ep index bdeb11e0bd..80cb36d89b 100644 --- a/templates/ContentGenerator/Instructor/ProblemSetList.html.ep +++ b/templates/ContentGenerator/Instructor/ProblemSetList.html.ep @@ -79,7 +79,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'