class OfficeHourMentorPermission(BasePermission):
    # User has permission to act as mentor on this office hour
    message = CANCEL_SESSION_PERMISSION_DENIED_DETAIL

    def has_object_permission(self, request, view, office_hour):